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

Fix some anglicised spellings and other typos.

This commit is contained in:
Kris Maglione
2010-11-13 10:55:05 -05:00
parent 9148d00ede
commit 152f8523af
6 changed files with 20 additions and 22 deletions

View File

@@ -832,7 +832,7 @@ const Buffer = Module("buffer", {
// find the currently focused frame index
// TODO: If the window is a frameset then the first _frame_ should be
// focused. Since this is not the current FF behaviour,
// focused. Since this is not the current FF behavior,
// we initialize current to -1 so the first call takes us to the
// first frame.
let current = frames.indexOf(document.commandDispatcher.focusedWindow);