diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 19:52:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 16:08:03 +0200 |
commit | a4bf57b27b2c5e47e10a3d46c9a6535828dedefd (patch) | |
tree | 6de143be426afeb8c840580dac0e2387090679de /lingucomponent | |
parent | ecd3a4874b2fc8630a31f104b7ac5fe07dcc3ee9 (diff) |
Fix typos
Change-Id: I72cc7132721706b3a5e06480efbae42065c36661
Reviewed-on: https://gerrit.libreoffice.org/77319
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/thesaurus/libnth/nthesimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx index da2d19a8fde6..396f39e9f05f 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx @@ -129,7 +129,7 @@ Sequence< Locale > SAL_CALL Thesaurus::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 numthes = aDics.size(); |