From 0f2e1a9d8cb81c9952525a38e779a63775205803 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Mon, 15 Jul 2024 14:33:37 +1000 Subject: [PATCH] Update python/plugins/grassprovider/grass_provider.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Loïc Bartoletti --- python/plugins/grassprovider/grass_provider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/grassprovider/grass_provider.py b/python/plugins/grassprovider/grass_provider.py index 9bb7ae7dd5ac..e7b2a56f1404 100644 --- a/python/plugins/grassprovider/grass_provider.py +++ b/python/plugins/grassprovider/grass_provider.py @@ -162,7 +162,7 @@ def supportsNonFileBasedOutput(self): def supportedOutputVectorLayerExtensions(self): # We use the same extensions as QGIS because: # - QGIS is using OGR like GRASS - # - There are very chances than OGR version used in GRASS is + # - There are very few chances than OGR version used in GRASS is # different from QGIS OGR version. return super().supportedOutputVectorLayerExtensions()