From d85bfcb2e9606014ee835720c4322bf78086f550 Mon Sep 17 00:00:00 2001 From: David Majda Date: Fri, 21 May 2010 20:34:17 +0200 Subject: [PATCH] Fix comment typo --- lib/compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compiler.js b/lib/compiler.js index 006abbb..0fff670 100644 --- a/lib/compiler.js +++ b/lib/compiler.js @@ -130,7 +130,7 @@ PEG.StringUtils = { PEG.RegExpUtils = { /* * Escapes characters inside the string so that it can be used as a list of - * characters in a character class of a regular expresion. + * characters in a character class of a regular expression. */ quoteForClass: function(s) { /* Based on ECMA-262, 5th ed., 7.8.5 & 15.10.1. */