Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan git-svn-id: svn://10.0.0.236/trunk@185282 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -67,7 +67,7 @@ PlugletStreamListener.onDataAvailable(PlugletStreamInfo plugletInfo, InputStream
|
||||
The test reads at first the amount of data less than just
|
||||
pushed length. On the next onDataAvailable calls it is
|
||||
supposed to read all other data. Currently
|
||||
the incorectnesses of such behaviour isn't specified.
|
||||
the incorrectnesses of such behaviour isn't specified.
|
||||
|
||||
<A name=PlugletStreamListener_onDataAvailable_input_3>
|
||||
basic/params/PlugletStreamListener_onDataAvailable_input_3
|
||||
|
||||
@@ -38,7 +38,7 @@ import org.mozilla.util.*;
|
||||
* The test reads at first the amount of data less than just
|
||||
* pushed length. On the next onDataAvailable calls it is
|
||||
* supposed to read all other data. Currently
|
||||
* the incorectnesses of such behaviour isn't specified.
|
||||
* the incorrectnesses of such behaviour isn't specified.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ public class PlugletStreamListener_onDataAvailable_input_8 implements Test {
|
||||
context.registerFAILED("The pushed portion can't be read again after reset");
|
||||
return;
|
||||
}
|
||||
// check the corectnesses of the read again data and the next byte
|
||||
// check the correctnesses of the read again data and the next byte
|
||||
RandomAccessFile testFile;
|
||||
try {
|
||||
testFile = new RandomAccessFile(context.getTestDir()+"/test.tdt", "r");
|
||||
|
||||
Reference in New Issue
Block a user