From 54102ae5f7e599112e70d1d3fe05a6aba7a5bd87 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 16 Dec 2003 12:27:36 +0000 Subject: [PATCH] Stupid vim! Didn't show my my syntax error. --- plugins/Unix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Unix.py b/plugins/Unix.py index 095ed9742..f5d20944f 100644 --- a/plugins/Unix.py +++ b/plugins/Unix.py @@ -175,7 +175,7 @@ class Unix(callbacks.Privmsg): """ # We are only checking the first word if not self.spellCmd: - irc.error(msg, 'A spell checking command doesn't seem to be ' + irc.error(msg, 'A spell checking command doesn\'t seem to be ' 'installed on this computer.') return word = privmsgs.getArgs(args)