mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
'<stuart> right now its showing a teranchela(sp?) eating something or something' r=kerz
This commit is contained in:
parent
4c1b0e1195
commit
1043c55c39
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user