plugins/spellchk.c

changeset 208
7fd6e9df3e45
parent 138
96e94ba5be76
child 257
11380f0ee73e
--- a/plugins/spellchk.c	Mon May 01 10:17:30 2000 +0000
+++ b/plugins/spellchk.c	Mon May 01 17:49:22 2000 +0000
@@ -31,7 +31,7 @@
 char *have_word(char *, int);
 void substitute(char **, int, int, char *);
 
-void spell_check(char *who, char **message, void *m) {
+void substitute_words(char *who, char **message, void *m) {
 	int i, l;
 	int word;
 	GList *w;
@@ -139,7 +139,7 @@
 void gaim_plugin_init(void *handle) {
 	load_conf();
 
-	gaim_signal_connect(handle, event_im_send, spell_check, NULL);
+	gaim_signal_connect(handle, event_im_send, substitute_words, NULL);
 }
 
 void gaim_plugin_remove() {

mercurial