From 4f085d7b8f9f49f0f5669c391f1867382454312a Mon Sep 17 00:00:00 2001 From: Adrian Heine <mail@adrianheine.de> Date: Sat, 10 Nov 2018 10:49:48 +0100 Subject: [PATCH] Fix typo (disinct -> distinct) --- .../expressions/arrow-function/scope-paramsbody-var-open.js | 2 +- test/language/expressions/call/scope-lex-open.js | 2 +- test/language/expressions/call/scope-var-open.js | 2 +- .../expressions/class/scope-gen-meth-paramsbody-var-open.js | 2 +- .../expressions/class/scope-meth-paramsbody-var-open.js | 2 +- .../expressions/class/scope-setter-paramsbody-var-open.js | 2 +- .../class/scope-static-gen-meth-paramsbody-var-open.js | 2 +- .../expressions/class/scope-static-meth-paramsbody-var-open.js | 2 +- .../class/scope-static-setter-paramsbody-var-open.js | 2 +- test/language/expressions/function/scope-paramsbody-var-open.js | 2 +- .../expressions/generators/scope-paramsbody-var-open.js | 2 +- .../expressions/object/scope-gen-meth-paramsbody-var-open.js | 2 +- .../expressions/object/scope-meth-paramsbody-var-open.js | 2 +- .../expressions/object/scope-setter-paramsbody-var-open.js | 2 +- .../statements/class/scope-gen-meth-paramsbody-var-open.js | 2 +- .../language/statements/class/scope-meth-paramsbody-var-open.js | 2 +- .../statements/class/scope-setter-paramsbody-var-open.js | 2 +- .../class/scope-static-gen-meth-paramsbody-var-open.js | 2 +- .../statements/class/scope-static-meth-paramsbody-var-open.js | 2 +- .../statements/class/scope-static-setter-paramsbody-var-open.js | 2 +- test/language/statements/function/scope-paramsbody-var-open.js | 2 +- .../language/statements/generators/scope-paramsbody-var-open.js | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/test/language/expressions/arrow-function/scope-paramsbody-var-open.js b/test/language/expressions/arrow-function/scope-paramsbody-var-open.js index c0bc7669fa..7899b1f2a1 100644 --- a/test/language/expressions/arrow-function/scope-paramsbody-var-open.js +++ b/test/language/expressions/arrow-function/scope-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/expressions/call/scope-lex-open.js b/test/language/expressions/call/scope-lex-open.js index bc8e3666da..566750789e 100644 --- a/test/language/expressions/call/scope-lex-open.js +++ b/test/language/expressions/call/scope-lex-open.js @@ -4,7 +4,7 @@ esid: sec-ecmascript-function-objects-call-thisargument-argumentslist description: > Creation of new variable environment for the function parameters and body - (as disinct from that for the function's BindingIdentifier) + (as distinct from that for the function's BindingIdentifier) info: | [...] 3. Let callerContext be the running execution context. diff --git a/test/language/expressions/call/scope-var-open.js b/test/language/expressions/call/scope-var-open.js index df7e7009db..efbcae3c3e 100644 --- a/test/language/expressions/call/scope-var-open.js +++ b/test/language/expressions/call/scope-var-open.js @@ -4,7 +4,7 @@ esid: sec-prepareforordinarycall description: > Creation of new variable environment for the function parameters and body - (as disinct from that for the function's BindingIdentifier) + (as distinct from that for the function's BindingIdentifier) info: | [...] 3. Let callerContext be the running execution context. diff --git a/test/language/expressions/class/scope-gen-meth-paramsbody-var-open.js b/test/language/expressions/class/scope-gen-meth-paramsbody-var-open.js index 725024184b..aa37b96d37 100644 --- a/test/language/expressions/class/scope-gen-meth-paramsbody-var-open.js +++ b/test/language/expressions/class/scope-gen-meth-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/expressions/class/scope-meth-paramsbody-var-open.js b/test/language/expressions/class/scope-meth-paramsbody-var-open.js index 843a8b6d3e..95e1b3f7b3 100644 --- a/test/language/expressions/class/scope-meth-paramsbody-var-open.js +++ b/test/language/expressions/class/scope-meth-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/expressions/class/scope-setter-paramsbody-var-open.js b/test/language/expressions/class/scope-setter-paramsbody-var-open.js index 46db7ba16b..298f3b9ad0 100644 --- a/test/language/expressions/class/scope-setter-paramsbody-var-open.js +++ b/test/language/expressions/class/scope-setter-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/expressions/class/scope-static-gen-meth-paramsbody-var-open.js b/test/language/expressions/class/scope-static-gen-meth-paramsbody-var-open.js index 151bd38931..3bf55ce4ef 100644 --- a/test/language/expressions/class/scope-static-gen-meth-paramsbody-var-open.js +++ b/test/language/expressions/class/scope-static-gen-meth-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/expressions/class/scope-static-meth-paramsbody-var-open.js b/test/language/expressions/class/scope-static-meth-paramsbody-var-open.js index 44dfe39d76..d79b67180f 100644 --- a/test/language/expressions/class/scope-static-meth-paramsbody-var-open.js +++ b/test/language/expressions/class/scope-static-meth-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/expressions/class/scope-static-setter-paramsbody-var-open.js b/test/language/expressions/class/scope-static-setter-paramsbody-var-open.js index 5f01fdbe5d..002216b51a 100644 --- a/test/language/expressions/class/scope-static-setter-paramsbody-var-open.js +++ b/test/language/expressions/class/scope-static-setter-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/expressions/function/scope-paramsbody-var-open.js b/test/language/expressions/function/scope-paramsbody-var-open.js index dc01b5e921..b1c9337000 100644 --- a/test/language/expressions/function/scope-paramsbody-var-open.js +++ b/test/language/expressions/function/scope-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/expressions/generators/scope-paramsbody-var-open.js b/test/language/expressions/generators/scope-paramsbody-var-open.js index 9ca79835f7..2990e6bf52 100644 --- a/test/language/expressions/generators/scope-paramsbody-var-open.js +++ b/test/language/expressions/generators/scope-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/expressions/object/scope-gen-meth-paramsbody-var-open.js b/test/language/expressions/object/scope-gen-meth-paramsbody-var-open.js index 18f19481c5..179a50933c 100644 --- a/test/language/expressions/object/scope-gen-meth-paramsbody-var-open.js +++ b/test/language/expressions/object/scope-gen-meth-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/expressions/object/scope-meth-paramsbody-var-open.js b/test/language/expressions/object/scope-meth-paramsbody-var-open.js index b8b2716e40..3b0be50d56 100644 --- a/test/language/expressions/object/scope-meth-paramsbody-var-open.js +++ b/test/language/expressions/object/scope-meth-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/expressions/object/scope-setter-paramsbody-var-open.js b/test/language/expressions/object/scope-setter-paramsbody-var-open.js index ce04f2ac35..7b7f9a8a08 100644 --- a/test/language/expressions/object/scope-setter-paramsbody-var-open.js +++ b/test/language/expressions/object/scope-setter-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/statements/class/scope-gen-meth-paramsbody-var-open.js b/test/language/statements/class/scope-gen-meth-paramsbody-var-open.js index 823b79f99e..47c7817a83 100644 --- a/test/language/statements/class/scope-gen-meth-paramsbody-var-open.js +++ b/test/language/statements/class/scope-gen-meth-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/statements/class/scope-meth-paramsbody-var-open.js b/test/language/statements/class/scope-meth-paramsbody-var-open.js index 827e3c6eb1..3d7ec821bd 100644 --- a/test/language/statements/class/scope-meth-paramsbody-var-open.js +++ b/test/language/statements/class/scope-meth-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/statements/class/scope-setter-paramsbody-var-open.js b/test/language/statements/class/scope-setter-paramsbody-var-open.js index 1fca0b2b36..fe01e31bd6 100644 --- a/test/language/statements/class/scope-setter-paramsbody-var-open.js +++ b/test/language/statements/class/scope-setter-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/statements/class/scope-static-gen-meth-paramsbody-var-open.js b/test/language/statements/class/scope-static-gen-meth-paramsbody-var-open.js index 2f16a4587f..c3865167dc 100644 --- a/test/language/statements/class/scope-static-gen-meth-paramsbody-var-open.js +++ b/test/language/statements/class/scope-static-gen-meth-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/statements/class/scope-static-meth-paramsbody-var-open.js b/test/language/statements/class/scope-static-meth-paramsbody-var-open.js index 2d166ccba8..6dc9f47c74 100644 --- a/test/language/statements/class/scope-static-meth-paramsbody-var-open.js +++ b/test/language/statements/class/scope-static-meth-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/statements/class/scope-static-setter-paramsbody-var-open.js b/test/language/statements/class/scope-static-setter-paramsbody-var-open.js index ead07acabd..ba0c2efd73 100644 --- a/test/language/statements/class/scope-static-setter-paramsbody-var-open.js +++ b/test/language/statements/class/scope-static-setter-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/statements/function/scope-paramsbody-var-open.js b/test/language/statements/function/scope-paramsbody-var-open.js index b460625d9b..964ff64875 100644 --- a/test/language/statements/function/scope-paramsbody-var-open.js +++ b/test/language/statements/function/scope-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] diff --git a/test/language/statements/generators/scope-paramsbody-var-open.js b/test/language/statements/generators/scope-paramsbody-var-open.js index 00f0813254..f159c1bdfb 100644 --- a/test/language/statements/generators/scope-paramsbody-var-open.js +++ b/test/language/statements/generators/scope-paramsbody-var-open.js @@ -3,7 +3,7 @@ /*--- esid: sec-functiondeclarationinstantiation description: > - Creation of new variable environment for the function body (as disinct from + Creation of new variable environment for the function body (as distinct from that for the function's parameters) info: | [...] -- GitLab