summaryrefslogtreecommitdiff
path: root/src/ispell/ispell_checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ispell/ispell_checker.cpp')
-rw-r--r--src/ispell/ispell_checker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ispell/ispell_checker.cpp b/src/ispell/ispell_checker.cpp
index e078307..0a6f1d8 100644
--- a/src/ispell/ispell_checker.cpp
+++ b/src/ispell/ispell_checker.cpp
@@ -605,6 +605,7 @@ ispell_provider_request_dict (EnchantProvider * me, const char *const tag)
strcpy(tagTmp,tag);
dict->user_data = (void *) checker;
dict->tag = tagTmp;
+ // we set the connetion with backend
dict->check = ispell_dict_check;
dict->suggest = ispell_dict_suggest;
dict->hyphenate = ispell_dict_hyphenate;