Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
m-kuhn committed Oct 15, 2018
1 parent 5c9a0da commit 29db8db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgsgeometryvalidationservice.cpp
Expand Up @@ -134,7 +134,7 @@ void QgsGeometryValidationService::onFeatureDeleted( QgsVectorLayer *layer, QgsF

mLayerChecks[layer].singleFeatureCheckErrors.remove( fid );

// There should be no geometry errors on an inexistent feature, right?
// There should be no geometry errors on a non-existent feature, right?
emit geometryCheckCompleted( layer, fid, QList<std::shared_ptr<QgsSingleGeometryCheckError>>() );
}

Expand All @@ -144,7 +144,7 @@ void QgsGeometryValidationService::onBeforeCommitChanges( QgsVectorLayer *layer
{
if ( !layer->allowCommit() )
{
showMessage( tr( "Running geometry validation checks before saving ..." ) );
showMessage( tr( "Running geometry validation checks before saving" ) );
}

mLayerChecks[layer].commitPending = true;
Expand Down

0 comments on commit 29db8db

Please sign in to comment.