Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 9, 2017
1 parent 75c41f5 commit 8abc892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsattributeform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ void QgsAttributeForm::onAttributeChanged( const QVariant &value )

const QVariant oldValue = mFeature.attribute( eww->fieldIdx() );

// Safetey check, if we receive the same value again, no reason to do anything
// Safety check, if we receive the same value again, no reason to do anything
if ( oldValue == value && oldValue.isNull() == value.isNull() )
return;

Expand Down

0 comments on commit 8abc892

Please sign in to comment.