From df1ecb1313a3836297c986d91a9046dce999bcf3 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sun, 28 Oct 2012 15:33:19 +0100 Subject: [PATCH] Fix typo found by Almad also in the generator --- src/compiler/passes/generate-code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/passes/generate-code.js b/src/compiler/passes/generate-code.js index 80eb225..7bf6b7b 100644 --- a/src/compiler/passes/generate-code.js +++ b/src/compiler/passes/generate-code.js @@ -299,7 +299,7 @@ PEG.compiler.passes.generateCode = function(ast, options) { ' ', ' var result = {', ' /*', - ' * Parses the input with a generated parser. If the parsing is successfull,', + ' * Parses the input with a generated parser. If the parsing is successful,', ' * returns a value explicitly or implicitly specified by the grammar from', ' * which the parser was generated (see |PEG.buildParser|). If the parsing is', ' * unsuccessful, throws |PEG.parser.SyntaxError| describing the error.',