From 3abfafa553e8067f087835893cf8e678a8ab8994 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 21 May 2010 22:47:07 +0200 Subject: [PATCH] Fix typo in comment. #pedantry --- mustache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mustache.js b/mustache.js index 3c0191d..dc82698 100644 --- a/mustache.js +++ b/mustache.js @@ -80,7 +80,7 @@ var Mustache = function() { }, /* - Tries to find a partial in the cuurent scope and render it + Tries to find a partial in the curent scope and render it */ render_partial: function(name, context, partials) { name = this.trim(name);