diff options
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/lingutil/lingutil.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/lingutil/lingutil.cxx b/lingucomponent/source/lingutil/lingutil.cxx index c384a5beca0b..d0da501e22e4 100644 --- a/lingucomponent/source/lingutil/lingutil.cxx +++ b/lingucomponent/source/lingutil/lingutil.cxx @@ -201,7 +201,7 @@ void MergeNewStyleDicsAndOldStyleDics( sal_Int32 nOldStyleDics = aIt2->aLocaleNames.getLength(); // old style dics should only have one language listed... - DBG_ASSERT( nOldStyleDics, "old style dictionary with more then one language found!"); + DBG_ASSERT( nOldStyleDics, "old style dictionary with more than one language found!"); if (nOldStyleDics > 0) { if (linguistic::LinguIsUnspecified( aIt2->aLocaleNames[0])) |