From dcd87d9ac29d68440da8580cd7a04883abb9b510 Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 9 Feb 2004 20:32:49 +0000 Subject: [PATCH] Small grammar fix. --- plugins/Unix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Unix.py b/plugins/Unix.py index 6ae787657..1653c75cd 100644 --- a/plugins/Unix.py +++ b/plugins/Unix.py @@ -64,7 +64,7 @@ def configure(advanced): if not spellCmd: output("""NOTE: I couldn't find aspell or ispell in your path, so that function of this module will not work. You may choose to - install it later. The re-enable the command then, give the + install it later. To re-enable the command then, give the bot the command 'enable Unix.spell'.""") conf.supybot.defaultCapabilities().add('-Unix.spell') fortuneCmd = utils.findBinaryInPath('fortune')