aboutsummaryrefslogtreecommitdiff
path: root/src/interp/guess.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/guess.boot')
-rw-r--r--src/interp/guess.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/guess.boot b/src/interp/guess.boot
index ccf9d9d2..db70c37c 100644
--- a/src/interp/guess.boot
+++ b/src/interp/guess.boot
@@ -275,7 +275,7 @@ rotateWordList u ==
deltaWordEntry(word,entry) ==
word = entry => 0
- word.0 ^= entry.0 => 1000
+ word.0 ~= entry.0 => 1000
#word > 2 and stringPrefix?(word,entry) => 1
ABS(diff := SIZE word - SIZE entry) > 4 => 1000
canForgeWord(word,entry)