summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-04 01:16:23 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-04 07:49:31 +0200
commit87f5719d60027d6415e9406ced161f9cd8026f45 (patch)
treefa2aacfcc46816646ec2498769047ea599711b04 /lingucomponent
parent3ab2df3cf755ecd0e3e31ad06872426d24222c31 (diff)
Fix typo
Change-Id: I2991d07cb777ee83c24931798035fcc17ae48662 Reviewed-on: https://gerrit.libreoffice.org/76908 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/spellcheck/spell/sspellimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
index 43f6bef717a0..3bbf8cc66f36 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
@@ -139,7 +139,7 @@ Sequence< Locale > SAL_CALL SpellChecker::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 );
if (!aDics.empty())