summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchenxiajian <chenxiajian1985@gmail.com>2011-08-20 04:25:02 +0000
committerchenxiajian <chenxiajian1985@gmail.com>2011-08-20 04:25:02 +0000
commit208188b50ba19957ef477fbca5dc82fb6dac65df (patch)
tree45c707f5968c7567583839aafd693ed0f0ab8bd7
parent249a1dab213014a2b6ee7d7333b75821edbb1c42 (diff)
downloadenchant-208188b50ba19957ef477fbca5dc82fb6dac65df.tar.gz
add comment in hspell : Hspell : Hebrew dont need hyphenation at all
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/branches/gsoc2011hyphenation@30263 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/hspell/hspell_provider.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hspell/hspell_provider.c b/src/hspell/hspell_provider.c
index 201c011..662ad10 100644
--- a/src/hspell/hspell_provider.c
+++ b/src/hspell/hspell_provider.c
@@ -227,6 +227,7 @@ hspell_provider_request_dict (EnchantProvider * me, const char *const tag)
dict->user_data = (void *) hspell_dict;
dict->check = hspell_dict_check;
dict->suggest = hspell_dict_suggest;
+ //Hspell : Hebrew dont need hyphenation
//dict->hyphenate = hspell_dict_hyphenate;
return dict;