changeset 1740:72a30a73f689

[gaim-migrate @ 1750] woo committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 21 Apr 2001 23:17:30 +0000
parents 0ddc5418a0b4
children 7506587a394d
files plugins/spellchk.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/spellchk.c	Sat Apr 21 12:24:45 2001 +0000
+++ b/plugins/spellchk.c	Sat Apr 21 23:17:30 2001 +0000
@@ -214,7 +214,7 @@
 }
 
 static char *have_word(char *m, int pos) {
-	char *tmp = strpbrk(&m[pos], "' \t\f\r\n\".?!-,");
+	char *tmp = strpbrk(&m[pos], "' \t\f\r\n\"><.?!-,");
 	int len = (int)(tmp - &m[pos]);
 
 	if (tmp == NULL) {