Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 17, 2018
1 parent 53324bf commit 66da1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsfeaturelistview.cpp
Expand Up @@ -386,7 +386,7 @@ void QgsFeatureListView::ensureEditSelection( bool inSelection )
else
{
// we don't care if the edit selection is in the feature selection?
// well then, only update if there is no valid edit selection availble
// well then, only update if there is no valid edit selection available
if ( !validEditSelectionAvailable )
editSelectionUpdateRequested = true;
}
Expand Down

0 comments on commit 66da1b0

Please sign in to comment.