From c0d8e3f6b49a00f73f90d694a0073f3132034072 Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt Date: Mon, 4 Sep 2017 11:36:32 +0200 Subject: [PATCH] gluon-config-mode-geo-location: i18ndefaultgen.cpp fix typo --- package/gluon-config-mode-geo-location/src/i18ndefaultgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;