From: Michael M Slusarz Date: Wed, 4 Nov 2009 18:29:53 +0000 (-0700) Subject: Spelling X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=173298602b6258657a29e3e802062cbcf9267523;p=horde.git Spelling --- 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;