From b45570ebf78e958ddbefcae19845fb212dcd706b Mon Sep 17 00:00:00 2001 From: thegrandpoobah Date: Tue, 15 Jun 2010 13:21:02 -0400 Subject: [PATCH] current was misspelled --- mustache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mustache.js b/mustache.js index 55df52a..c9344dd 100644 --- a/mustache.js +++ b/mustache.js @@ -81,7 +81,7 @@ var Mustache = function() { }, /* - Tries to find a partial in the curent scope and render it + Tries to find a partial in the current scope and render it */ render_partial: function(name, context, partials) { name = this.trim(name);