Spelling
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 4 Nov 2009 18:29:53 +0000 (11:29 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 6 Nov 2009 20:50:08 +0000 (13:50 -0700)
imp/js/DimpBase.js

index 0e04539..a8b7694 100644 (file)
@@ -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;