diff --git a/test/built-ins/parseInt/15.1.2.2-2-1.js b/test/built-ins/parseInt/15.1.2.2-2-1.js index 4dc1dc6001..0a9eb648a4 100644 --- a/test/built-ins/parseInt/15.1.2.2-2-1.js +++ b/test/built-ins/parseInt/15.1.2.2-2-1.js @@ -4,7 +4,7 @@ /*--- esid: sec-parseint-string-radix description: > - pareseInt - 'S' is the empty string when inputString does not + parseInt - 'S' is the empty string when inputString does not contain any such characters ---*/