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:
timeless%mozdev.org
2005-11-25 21:57:13 +00:00
parent 1e7d86daed
commit dae7b0629a
169 changed files with 279 additions and 279 deletions

View File

@@ -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.
*
*/

View File

@@ -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");