From 60851ade119eadd9c5ab43611a5e1bfd1b662506 Mon Sep 17 00:00:00 2001 From: Ari Mudev Date: Sat, 4 Sep 2010 16:57:01 +0000 Subject: [PATCH] Fix trivial typo in CmdSethandler documentation. --- src/commands/cmdsethandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/cmdsethandler.py b/src/commands/cmdsethandler.py index 1dc8ed0b2..ab95da0bd 100644 --- a/src/commands/cmdsethandler.py +++ b/src/commands/cmdsethandler.py @@ -58,7 +58,7 @@ When we are tired of fishing, we give the 'go home' command (or whatever) and the Cmdhandler simply removes the fishing CommandSet so that we are back at defaults (and can throw rocks again). -Since any number of ComandSets can be piled on top of each other, you +Since any number of CommandSets can be piled on top of each other, you can then implement separate sets for different situations. For example, you can have a 'On a boat' set, onto which you then tack on the 'Fishing' set. Fishing from a boat? No problem!