1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 01:25:46 +01:00

fix some help typos

This commit is contained in:
Doug Kearns
2007-08-16 10:58:34 +00:00
parent 0c7844dbeb
commit 1ec6743b5d
6 changed files with 20 additions and 20 deletions

View File

@@ -79,7 +79,7 @@ function Events() //{{{
// NOTE: the order of ["Esc", "Escape"] or ["Escape", "Esc"]
// matters, so use that string as the first item, that you
// want to refer to within vimperator's source code for
// want to refer to within Vimperator's source code for
// comparisons like if (key == "Esc") { ... }
var keyTable = [
[ KeyEvent.DOM_VK_ESCAPE, ["Esc", "Escape"] ],