From db9967bfee17a25e81242db11313e91fe8dc8b8b Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 9 Jan 2009 03:11:32 +0000
Subject: [PATCH] Fixed typo on Deuce's last commit.

---
 exec/load/salib.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/load/salib.js b/exec/load/salib.js
index ac9378c252..842e8fe2b0 100644
--- a/exec/load/salib.js
+++ b/exec/load/salib.js
@@ -64,7 +64,7 @@ function Message_DoCommand(command)
 	}
 
 	if(rcvd.length < 1) {
-		ret.error='No lines read from spamd');
+		ret.error='No lines read from spamd';
 		return(ret)
 	}
 
-- 
GitLab