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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user