Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 22, 2017
1 parent 6dfe44f commit 644bdd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsvectorlayer.cpp
Expand Up @@ -2809,8 +2809,8 @@ void QgsVectorLayer::beginEditCommand( const QString &text )
}
if ( mDataProvider->transaction() )
{
QString ingnoredError;
mDataProvider->transaction()->createSavepoint( ingnoredError );
QString ignoredError;
mDataProvider->transaction()->createSavepoint( ignoredError );
}
undoStack()->beginMacro( text );
mEditCommandActive = true;
Expand Down

0 comments on commit 644bdd4

Please sign in to comment.