1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 03:54:11 +01:00

Fix typo noted by stepnem.

This commit is contained in:
Kris Maglione
2011-02-02 22:02:44 -05:00
parent f3e510837d
commit 8b6086fb7f

View File

@@ -405,7 +405,7 @@ var Editor = Module("editor", {
if (forward) {
advance(true);
if (!sameWord);
if (!sameWord)
advance(false);
}
else {