summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-03-25 21:26:45 +0100
committerMichael Stahl <mstahl@redhat.com>2013-03-25 21:44:34 +0100
commit221960b0281cf24a1c2402cce6ad1b7f0053973a (patch)
treef6bfdbf1d06b18f2938cbad1b54b0f100d21bfc6 /lingucomponent
parent501145f2e3c84d1b07930ea8f0a012060dbff48b (diff)
libexttextcat: mis-spell it again for old versions
Also, windows build cunningly uses an included version header that would be overwritten by configure. Change-Id: Id01b5dcd0f021a11d016571b6ee81e4fb8495020
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/languageguessing/guess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/languageguessing/guess.cxx b/lingucomponent/source/languageguessing/guess.cxx
index baf1e3796072..6d7b61e17515 100644
--- a/lingucomponent/source/languageguessing/guess.cxx
+++ b/lingucomponent/source/languageguessing/guess.cxx
@@ -63,7 +63,7 @@ Guess::Guess(const char * guess_str)
&&
strcmp((const char*)(guess_str + 1), TEXTCAT_RESULT_SHORT_STR) != 0)
#else
- if(strcmp((const char*)(guess_str + 1), _TEXTCAT_RESULT_UNKNOWN) != 0
+ if(strcmp((const char*)(guess_str + 1), _TEXTCAT_RESULT_UNKOWN) != 0
&&
strcmp((const char*)(guess_str + 1), _TEXTCAT_RESULT_SHORT) != 0)
#endif