diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-12 01:52:25 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-03-12 07:06:19 +0100 |
commit | af836fe33dd42c6043ef70f897c90c8b3ba826a7 (patch) | |
tree | 6cce8eea6f70f172acbbd31ac5126ac81c503009 /lingucomponent | |
parent | 5c27a048658afcd2f78ef4d7e6c7128554ed3f4c (diff) |
Fix typo
Change-Id: I08c974135f1936e6fc4f992091e5038d66d524c3
Reviewed-on: https://gerrit.libreoffice.org/69073
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx index 92107c94c136..8ad50fa36915 100644 --- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx +++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx @@ -129,7 +129,7 @@ Sequence< Locale > SAL_CALL Hyphenator::getLocales() // to prefer dictionaries with configuration entries we will only // use those old style dictionaries that add a language that - // is not yet supported by the list od new style dictionaries + // is not yet supported by the list of new style dictionaries MergeNewStyleDicsAndOldStyleDics( aDics, aOldStyleDics ); sal_Int32 numdict = aDics.size(); |