diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2011-03-04 09:06:22 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2011-03-04 09:06:22 (GMT) |
commit | dc2280dbcd27d3ff9cbcb230943cc1036e8a2761 (patch) | |
tree | 79e41646e17751d0214059c9e1972c5ae0e7b981 | |
parent | 6380fc16d5127b28804d16b1d1672105f3851605 (diff) | |
download | Qt-dc2280dbcd27d3ff9cbcb230943cc1036e8a2761.zip Qt-dc2280dbcd27d3ff9cbcb230943cc1036e8a2761.tar.gz Qt-dc2280dbcd27d3ff9cbcb230943cc1036e8a2761.tar.bz2 |
Fixed spelling in the comment.
Reviewed-by: trustme
-rw-r--r-- | src/corelib/tools/qlocale.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qlocale.cpp b/src/corelib/tools/qlocale.cpp index 609bf0c..58ac867 100644 --- a/src/corelib/tools/qlocale.cpp +++ b/src/corelib/tools/qlocale.cpp @@ -262,7 +262,7 @@ const QLocalePrivate *findLocale(QLocale::Language language, QLocale::Script scr ++d; } } else { - // both script and country are explicitely specified + // both script and country are explicitly specified while (d->m_language_id == language_id) { if (d->m_script_id == script_id && d->m_country_id == country_id) return d; |