From f87fb04af812e1cd1c80195d8e6c45096ee4e4c3 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Tue, 22 Sep 2020 13:30:32 +0200 Subject: [PATCH] fix typo --- src/app/locator/qgsinbuiltlocatorfilters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/locator/qgsinbuiltlocatorfilters.cpp b/src/app/locator/qgsinbuiltlocatorfilters.cpp index 1c44854e750..3c711e2821e 100644 --- a/src/app/locator/qgsinbuiltlocatorfilters.cpp +++ b/src/app/locator/qgsinbuiltlocatorfilters.cpp @@ -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 )