From f8f1b4585f9bba07fdcb2ad27364f93adfa39b1c Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 5 Apr 2004 09:25:33 +0000 Subject: [PATCH] Slight readability change. --- plugins/Unix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Unix.py b/plugins/Unix.py index 1653c75cd..580ea7914 100644 --- a/plugins/Unix.py +++ b/plugins/Unix.py @@ -209,7 +209,7 @@ class Unix(callbacks.Privmsg): if line[0] in '*+': resp = '"%s" may be spelled correctly.' % word elif line[0] == '#': - resp = 'Could not find an alternate spelling for "%s"' % word + resp = 'I could not find an alternate spelling for "%s"' % word elif line[0] == '&': matches = line.split(':')[1].strip() resp = 'Possible spellings for %r: %s.' % \