From 1043c55c39771fe786122220a1f5380f84a81909 Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Tue, 9 Apr 2002 21:23:57 +0000 Subject: [PATCH] ' right now its showing a teranchela(sp?) eating something or something' r=kerz --- webtools/mozbot/BotModules/Spell.bm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/mozbot/BotModules/Spell.bm b/webtools/mozbot/BotModules/Spell.bm index f1f1f6dfe202..12e885756a20 100644 --- a/webtools/mozbot/BotModules/Spell.bm +++ b/webtools/mozbot/BotModules/Spell.bm @@ -40,7 +40,7 @@ sub checkSpelling { while ($text =~ s/^.*? # take everything up to the first word to check \b # look for a word break (\w+) # take the word to spell - \s+ # look for whitespace following it + \s* # look for whitespace following it \(sp\??\) # followed by (sp) or (sp?) //isox) { # and remove everything up to here so we can do another check in a minute my $word = $1;