зеркало из https://github.com/mozilla/gecko-dev.git
'<stuart> right now its showing a teranchela(sp?) eating something or something' r=kerz
This commit is contained in:
Родитель
4c1b0e1195
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче