'<stuart> right now its showing a teranchela(sp?) eating something or something' r=kerz

This commit is contained in:
ian%hixie.ch 2002-04-09 21:23:57 +00:00
Родитель 4c1b0e1195
Коммит 1043c55c39
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;