summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-28 19:05:02 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-09-28 22:37:40 +0200
commit5501c18e6bcd09f683c0887e97be246ebf90df37 (patch)
treede6ee664997eedee6a54859234ea6652c203c76b /i18npool
parent3b1db9b7a9afe147ed7f841c875bc3b91b03ace9 (diff)
Fix typo
Change-Id: I81e3c3dcc850e0dc0774228e609da3f94f14f422 Reviewed-on: https://gerrit.libreoffice.org/42917 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/breakiterator/breakiterator_unicode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/breakiterator/breakiterator_unicode.cxx b/i18npool/source/breakiterator/breakiterator_unicode.cxx
index c1d503449268..ac05a2579749 100644
--- a/i18npool/source/breakiterator/breakiterator_unicode.cxx
+++ b/i18npool/source/breakiterator/breakiterator_unicode.cxx
@@ -112,7 +112,7 @@ void SAL_CALL BreakIterator_Unicode::loadICUBreakIterator(const css::lang::Local
// Four possible keys, locale rule based with break type, locale rule based
// only, rule based only, locale based with break type. A fifth global key
// for the initial lookup.
- // Multiple gobal keys may map to identical value data.
+ // Multiple global keys may map to identical value data.
// All enums used here should be in the range 0..9 so assert that and avoid
// expensive numeric conversion in append() for faster construction of the
// always used global key.