From 42b187a0ed67a8f565d80779614f0b063f5f40f6 Mon Sep 17 00:00:00 2001 From: Brian McMichael Date: Sat, 17 Sep 2016 12:52:52 -0400 Subject: [PATCH] fix(operation) English spelling: directoris -> directories (#76) --- lib/client/operation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);