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()