diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-28 10:19:53 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-28 10:23:17 +0100 |
commit | ed4627ba2c40a2199652614278cae93c8726e526 (patch) | |
tree | 19a7a82bf8ad7cf33a5f996fde0a57faa5aa0807 /i18npool | |
parent | a10447301fb8d726799b1bd0ff987945c1e4c88a (diff) |
Typo: skiped->skipped
Change-Id: I88c53ade0101cfd7735a45b2038879bd027b0314
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/breakiterator/breakiteratorImpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/breakiterator/breakiteratorImpl.cxx b/i18npool/source/breakiterator/breakiteratorImpl.cxx index b708b13fbe6e..6df41fec581e 100644 --- a/i18npool/source/breakiterator/breakiteratorImpl.cxx +++ b/i18npool/source/breakiterator/breakiteratorImpl.cxx @@ -139,7 +139,7 @@ Boundary SAL_CALL BreakIteratorImpl::previousWord( const OUString& Text, sal_Int sal_Int32 nPos = skipSpace(Text, nStartPos, len, rWordType, false); - // if some spaces are skiped, and the script type is Asian with no CJK rLocale, we have to return + // if some spaces are skipped, and the script type is Asian with no CJK rLocale, we have to return // (nStartPos, -1) for caller to send correct rLocale for loading correct dictionary. result.startPos = nPos; if (nPos != nStartPos && nPos > 0 && !isCJK(rLocale) && getScriptClass(Text.iterateCodePoints(&nPos, -1)) == ScriptType::ASIAN) { |