[Libreoffice-commits] core.git: lingucomponent/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 19 08:01:59 UTC 2019
lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit cb99b4429142511d0520ad3b5bc89c83bc451657
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 11 22:22:52 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jul 19 10:01:14 2019 +0200
Fix typo
Change-Id: I542d694bbab6ce8d07bee9345db70a64a2fc0963
Reviewed-on: https://gerrit.libreoffice.org/75924
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
index bc4d91038a25..87cb8583f8e6 100644
--- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
+++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
@@ -299,7 +299,7 @@ Reference< XHyphenatedWord > SAL_CALL Hyphenator::hyphenate( const OUString& aWo
return nullptr;
}
- // other wise hyphenate the word with that dictionary
+ // otherwise hyphenate the word with that dictionary
dict = mvDicts[k].aPtr;
eEnc = mvDicts[k].eEnc;
CharClass * pCC = mvDicts[k].apCC.get();
@@ -539,7 +539,7 @@ Reference< XPossibleHyphens > SAL_CALL Hyphenator::createPossibleHyphens( const
return nullptr;
}
- // other wise hyphenate the word with that dictionary
+ // otherwise hyphenate the word with that dictionary
dict = mvDicts[k].aPtr;
rtl_TextEncoding eEnc = mvDicts[k].eEnc;
CharClass* pCC = mvDicts[k].apCC.get();
More information about the Libreoffice-commits
mailing list