From da4e35ee9ae85369719275bef0c6c8bf6417a534 Mon Sep 17 00:00:00 2001 From: Jake Shasteen Date: Sun, 6 Nov 2016 03:32:56 -0500 Subject: [PATCH] Fix typo --- evennia/contrib/chargen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/chargen.py b/evennia/contrib/chargen.py index cf1ab8bc16..55639e4e90 100644 --- a/evennia/contrib/chargen.py +++ b/evennia/contrib/chargen.py @@ -56,7 +56,7 @@ class CmdOOCLook(default_cmds.CmdLook): key = "look" aliases = ["l", "ls"] locks = "cmd:all()" - help_cateogory = "General" + help_category = "General" def func(self): """