1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 18:07:58 +01:00

Typo fixes.

This commit is contained in:
Doug Kearns
2010-10-23 23:14:08 +11:00
parent 1e941af1a6
commit c89df81725
9 changed files with 9 additions and 9 deletions

View File

@@ -283,7 +283,7 @@ const CommandLine = Module("commandline", {
// we need to save the mode which were in before opening the command line
// this is then used if we focus the command line again without the "official"
// way of calling "open"
this.currentExtendedMode = null; // the extended mode which we last openend the command line for
this.currentExtendedMode = null; // the extended mode which we last opened the command line for
// save the arguments for the inputMultiline method which are needed in the event handler
this._multilineEnd = null;