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);