[Libreoffice-commits] core.git: i18npool/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 25 04:32:16 UTC 2019
i18npool/source/characterclassification/cclass_unicode_parser.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 46f76c41ebbacb5ce125a83e48725900a3c37261
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:42:36 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jun 25 06:31:37 2019 +0200
Fix typo
Change-Id: I8a50c7c40c1d90fec25ec6ecd73d4aeb4da0fd9e
Reviewed-on: https://gerrit.libreoffice.org/74665
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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))
More information about the Libreoffice-commits
mailing list