From a090227a99834ce3a671457e7077599e895ceb15 Mon Sep 17 00:00:00 2001 From: thegrandpoobah Date: Thu, 8 Jul 2010 15:33:22 -0400 Subject: [PATCH] /s/ragmas/pragmas/ --- mustache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mustache.js b/mustache.js index 171ff42..703e97a 100644 --- a/mustache.js +++ b/mustache.js @@ -105,7 +105,7 @@ var Mustache = function() { throw new ParserException("This implementation of mustache doesn't understand the '" + pragma + "' pragma"); } - return ""; // blank out all ragmas + return ""; // blank out all pragmas }); },