Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Sep 24, 2020
1 parent 5e4fe3d commit f87fb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/locator/qgsinbuiltlocatorfilters.cpp
Expand Up @@ -328,7 +328,7 @@ QStringList QgsActiveLayerFeaturesLocatorFilter::prepare( const QString &string,
mFieldsCompletion << field.name();
}

// the completion list (returned by the current method) is used by the locator line edit directy
// the completion list (returned by the current method) is used by the locator line edit directly
completionList.append( QStringLiteral( "@%1 " ).arg( field.name() ) );

if ( field.type() == QVariant::String )
Expand Down

0 comments on commit f87fb04

Please sign in to comment.