From e3ac2d245c2e59dcc128b756664681909adde210 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Fri, 13 Jul 2012 22:10:04 -0700 Subject: [PATCH] Fix spelling in comment --- mustache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mustache.js b/mustache.js index c6b6c6b..75f98ac 100644 --- a/mustache.js +++ b/mustache.js @@ -62,7 +62,7 @@ var Mustache; return Object.prototype.toString.call(obj) === "[object Array]"; }; - // OSWASP Guidlines: escape all non alphanumeric characters in ASCII space. + // OSWASP Guidelines: escape all non alphanumeric characters in ASCII space. var jsCharsRe = /[\x00-\x2F\x3A-\x40\x5B-\x60\x7B-\xFF\u2028\u2029]/gm; function quote(text) {