Bug 106386 rid source of misspellings

r=db48x sr=blake a=asa


git-svn-id: svn://10.0.0.236/trunk@116832 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mac.com
2002-03-19 04:30:17 +00:00
parent cd6104bd5c
commit 69ae314807
706 changed files with 740 additions and 740 deletions

View File

@@ -419,7 +419,7 @@ error:
mStreamBuffer=nsnull;
}
if (leftToRead > 0) // if we have more to read in this pass, do it recursivly
if (leftToRead > 0) // if we have more to read in this pass, do it recursively
{
OnDataAvailable(pluginInfo, input, leftToRead);
}
@@ -568,7 +568,7 @@ error:
mStreamBuffer=nsnull;
}
if (leftToRead > 0) // if we have more to read in this pass, do it recursivly
if (leftToRead > 0) // if we have more to read in this pass, do it recursively
{
OnDataAvailable(pluginInfo, input, sourceOffset, leftToRead);
}