From 8b6086fb7f3eb4766d825596818599257bb8ba17 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 2 Feb 2011 22:02:44 -0500 Subject: [PATCH] Fix typo noted by stepnem. --- common/content/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/editor.js b/common/content/editor.js index 14954645..a8938b02 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -405,7 +405,7 @@ var Editor = Module("editor", { if (forward) { advance(true); - if (!sameWord); + if (!sameWord) advance(false); } else {