summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:42:36 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-25 06:31:37 +0200
commit46f76c41ebbacb5ce125a83e48725900a3c37261 (patch)
tree9fe30659dbbc3e463e39558078fcbe720664e8c5 /i18npool
parent43c434d98a5bd5b5d36a38fa79ef50e56796d4ce (diff)
Fix typo
Change-Id: I8a50c7c40c1d90fec25ec6ecd73d4aeb4da0fd9e Reviewed-on: https://gerrit.libreoffice.org/74665 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/characterclassification/cclass_unicode_parser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/characterclassification/cclass_unicode_parser.cxx b/i18npool/source/characterclassification/cclass_unicode_parser.cxx
index bb8387836ae8..05ac79ce624c 100644
--- a/i18npool/source/characterclassification/cclass_unicode_parser.cxx
+++ b/i18npool/source/characterclassification/cclass_unicode_parser.cxx
@@ -704,7 +704,7 @@ void cclass_Unicode::parseText( ParseResult& r, const OUString& rText, sal_Int32
assert(r.LeadingWhiteSpace == 0);
eState = ssGetChar;
- //! All the variables below (plus ParseResult) have to be resetted on ssRewindFromValue!
+ //! All the variables below (plus ParseResult) have to be reset on ssRewindFromValue!
OUStringBuffer aSymbol;
bool isFirst(true);
sal_Int32 index(nPos); // index of next code point after current
@@ -717,7 +717,7 @@ void cclass_Unicode::parseText( ParseResult& r, const OUString& rText, sal_Int32
bool bMightBeWord = true;
bool bMightBeWordLast = true;
bool bDecSepAltUsed = false;
- //! All the variables above (plus ParseResult) have to be resetted on ssRewindFromValue!
+ //! All the variables above (plus ParseResult) have to be reset on ssRewindFromValue!
sal_Int32 nextCharIndex(nPos); // == index of nextChar
while ((current != 0) && (eState != ssStop))