summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hspell/hspell_provider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hspell/hspell_provider.c b/src/hspell/hspell_provider.c
index d548747..5f4e60d 100644
--- a/src/hspell/hspell_provider.c
+++ b/src/hspell/hspell_provider.c
@@ -117,7 +117,7 @@ hspell_dict_check (EnchantDict * me, const char *const word, size_t len)
{
if (iso_word)
g_free (iso_word);
- return TRUE;
+ return FALSE;
}
/* check */