diff --git a/lib/client/operation.js b/lib/client/operation.js index 8f234587..c89d9914 100644 --- a/lib/client/operation.js +++ b/lib/client/operation.js @@ -281,7 +281,7 @@ if (n >= 5) name += '\n...'; - msg = msgAsk + msgSel + n + ' files/directoris?\n' + name ; + msg = msgAsk + msgSel + n + ' files/directories?\n' + name ; } else { isDir = DOM.isCurrentIsDir(current);