diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-06-05 17:25:08 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-06-05 22:36:18 +0200 |
commit | 7c666e66b7f176bd8910e64f6008ff24151b37a5 (patch) | |
tree | eec8fbafc077e93fda3c18bf1bd427e902599dd5 /i18npool | |
parent | dbd804bac6db541d60b3a101852580b87bd4e33e (diff) |
Fix typo
Change-Id: Ie15bf9b3d5e8b1aa5dc4f13a591b7ef84b4c9abe
Reviewed-on: https://gerrit.libreoffice.org/55342
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/nativenumber/nativenumbersupplier.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/nativenumber/nativenumbersupplier.cxx b/i18npool/source/nativenumber/nativenumbersupplier.cxx index bc6b74a0aded..b25007969e38 100644 --- a/i18npool/source/nativenumber/nativenumbersupplier.cxx +++ b/i18npool/source/nativenumber/nativenumbersupplier.cxx @@ -546,7 +546,7 @@ Separators getLocaleSeparators(const Locale& rLocale, const OUString& rLocStr) { // Guard the static variable below. osl::MutexGuard aGuard(theNatNumMutex::get()); - // Maximum a couple hunderd of pairs with 4-byte structs - so no need for smart managing + // Maximum a couple hundred of pairs with 4-byte structs - so no need for smart managing static std::unordered_map<OUString, Separators> aLocaleSeparatorsBuf; auto it = aLocaleSeparatorsBuf.find(rLocStr); if (it == aLocaleSeparatorsBuf.end()) |