diff --git a/src/providers/grass/qgsgrassvectormaplayer.cpp b/src/providers/grass/qgsgrassvectormaplayer.cpp index a56672fdd54..2a7a87b9770 100644 --- a/src/providers/grass/qgsgrassvectormaplayer.cpp +++ b/src/providers/grass/qgsgrassvectormaplayer.cpp @@ -847,7 +847,7 @@ void QgsGrassVectorMapLayer::updateAttributes( int cat, const QgsFeature &featur if ( !mHasTable ) { - error = tr( "Table does not exit" ); + error = tr( "Table does not exist" ); return; } if ( !feature.isValid() || !feature.fields() )