From ea1437473654a737a772238405c044487b8e14c4 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Wed, 14 Dec 2011 20:57:15 +0000 Subject: [PATCH] 7 --- modules/spelling.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/spelling.js b/modules/spelling.js index 0d97e46..b0c80d7 100644 --- a/modules/spelling.js +++ b/modules/spelling.js @@ -20,7 +20,7 @@ var spelling = function(dbot) { } } - if(winnerDistance < 5) { + if(winnerDistance < 7) { if(winner !== correction) { var fix = last[data.channel][data.user].replace(winner, correction); last[data.channel][data.user] = fix;