summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-08-01 16:56:25 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-08-01 23:40:12 +0900
commit9bac4d413e960e354a3cf81e3de9b1cb483d02ad (patch)
treeb6555611ec9102dd5e2cf5917b0fb2c00ea5ed9f /lingucomponent
parentca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff)
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/lingutil/lingutil.cxx2
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]))