| Index: test/mjsunit/mjsunit.js
|
| diff --git a/test/mjsunit/mjsunit.js b/test/mjsunit/mjsunit.js
|
| index 033c78f4b07762fe6fcbcc58194d783843766679..65fb301b440ead7c7db977059beb9d3088f0519b 100644
|
| --- a/test/mjsunit/mjsunit.js
|
| +++ b/test/mjsunit/mjsunit.js
|
| @@ -75,7 +75,7 @@ var assertTrue;
|
| // Checks that the found value is false.
|
| var assertFalse;
|
|
|
| -// Checks that the found value is null. Kept for historical compatability,
|
| +// Checks that the found value is null. Kept for historical compatibility,
|
| // please just use assertEquals(null, expected).
|
| var assertNull;
|
|
|
|
|