From 443be7b675c3ec20f667fcd54feb642ebe952315 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 17 Aug 2012 10:58:24 -0400 Subject: [PATCH] minor changes --- lib/client/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/menu.js b/lib/client/menu.js index 4eb9d98f..32936dd9 100644 --- a/lib/client/menu.js +++ b/lib/client/menu.js @@ -52,7 +52,7 @@ CloudCommander.Menu.getConfig = (function(){ var lCurrent = lThis.getCurrentFile(); var lLink = lThis.getByTag('a', lCurrent)[0].href; - console.log('downloadin file ' + lLink +'...'); + console.log('downloading file ' + lLink +'...'); lLink = lLink + '?download'; var lId = lThis.getIdBySrc(lLink);