From 173298602b6258657a29e3e802062cbcf9267523 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 4 Nov 2009 11:29:53 -0700 Subject: [PATCH] Spelling --- imp/js/DimpBase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/js/DimpBase.js b/imp/js/DimpBase.js index 0e0453979..a8b769433 100644 --- a/imp/js/DimpBase.js +++ b/imp/js/DimpBase.js @@ -2791,7 +2791,7 @@ DimpBase._folderDropConfig = { case 'keydown': /* Can't use ctrlKey here since different browsers handle * the ctrlKey in different ways when it comes to firing - * keybaord events. */ + * keyboard events. */ m = (e.keyCode == 17) ? DIMP.text.copyto : DIMP.text.moveto; break; -- 2.11.0