diff --git a/package/gluon-config-mode-geo-location/src/i18ndefaultgen.cpp b/package/gluon-config-mode-geo-location/src/i18ndefaultgen.cpp index 4ea41919..315fe27a 100644 --- a/package/gluon-config-mode-geo-location/src/i18ndefaultgen.cpp +++ b/package/gluon-config-mode-geo-location/src/i18ndefaultgen.cpp @@ -18,7 +18,7 @@ int main() { #ifdef WITHMAP s << "\"If your PC is connected to the internet you can also click on the map displayed below. \"" << endl; #endif - s << "\"Please keep in mind setting a location can also enhance the network quallity.\"" << endl; + s << "\"Please keep in mind setting a location can also enhance the network quality.\"" << endl; s << "msgstr \"\"" << endl << endl; s << "msgid \"Geo-Location\"" << endl; s << "msgstr \"\"" << endl << endl;