summaryrefslogtreecommitdiff
path: root/linguistic/workben
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-18 12:37:04 +0800
committerMichael Meeks <michael.meeks@suse.com>2012-02-18 09:35:43 +0000
commit23af031b09dffe37222517d69f5337db26fdb307 (patch)
treeae1219ec20ccacd0fe9fdc0fc539e5b8f41420d3 /linguistic/workben
parent78e9ba6febb7402d4661fbf7934a2526efc8629a (diff)
Fix typos in comments
Diffstat (limited to 'linguistic/workben')
-rw-r--r--linguistic/workben/sspellimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/workben/sspellimp.cxx b/linguistic/workben/sspellimp.cxx
index c4994ae66830..e281f1f88d15 100644
--- a/linguistic/workben/sspellimp.cxx
+++ b/linguistic/workben/sspellimp.cxx
@@ -132,7 +132,7 @@ sal_Bool SAL_CALL SpellChecker::hasLocale(const Locale& rLocale)
sal_Int16 SpellChecker::GetSpellFailure( const OUString &rWord, const Locale & )
{
- // Checks wether a word is OK in a given language (Locale) or not, and
+ // Checks whether a word is OK in a given language (Locale) or not, and
// provides a failure type for the incorrect ones.
// - words with "liss" (case sensitiv) as substring will be negative.
// - words with 'x' or 'X' will have incorrect spelling.