summaryrefslogtreecommitdiff
path: root/i18npool/source/breakiterator
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-28 10:19:53 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-28 10:23:17 +0100
commited4627ba2c40a2199652614278cae93c8726e526 (patch)
tree19a7a82bf8ad7cf33a5f996fde0a57faa5aa0807 /i18npool/source/breakiterator
parenta10447301fb8d726799b1bd0ff987945c1e4c88a (diff)
Typo: skiped->skipped
Change-Id: I88c53ade0101cfd7735a45b2038879bd027b0314
Diffstat (limited to 'i18npool/source/breakiterator')
-rw-r--r--i18npool/source/breakiterator/breakiteratorImpl.cxx2
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) {