diff --git a/evennia/commands/default/player.py b/evennia/commands/default/player.py index 05cdfab23a..bb5b9f88eb 100644 --- a/evennia/commands/default/player.py +++ b/evennia/commands/default/player.py @@ -223,7 +223,7 @@ class CmdIC(MuxPlayerCommand): """ key = "@ic" - # lockmust be all() for different puppeted objects to access it. + # lock must be all() for different puppeted objects to access it. locks = "cmd:all()" aliases = "@puppet" help_category = "General"