Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Jul 18, 2018
1 parent baf1b3a commit 386817b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsrelationreferencewidget.cpp
Expand Up @@ -558,7 +558,7 @@ void QgsRelationReferenceWidget::init()


if ( !mFeatureInitialized ) if ( !mFeatureInitialized )
{ {
//call it for the first intialization //call it for the first initialization
emit mComboBox->currentIndexChanged( mComboBox->currentIndex() ); emit mComboBox->currentIndexChanged( mComboBox->currentIndex() );
mFeatureInitialized = true; mFeatureInitialized = true;
} }
Expand Down

0 comments on commit 386817b

Please sign in to comment.