From 99ab2c5d728678c0a8a67506dd4850024694b22a Mon Sep 17 00:00:00 2001 From: Tristano Ajmone Date: Thu, 5 Mar 2015 00:40:18 +0100 Subject: [PATCH] TYPO COMMENTS: objcet objcet => object --- evennia/server/oob_cmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/server/oob_cmds.py b/evennia/server/oob_cmds.py index c7dcc67522..6ce8b82899 100644 --- a/evennia/server/oob_cmds.py +++ b/evennia/server/oob_cmds.py @@ -221,7 +221,7 @@ def oob_report(session, *args, **kwargs): """ Called with the `REPORT PROPNAME` MSDP command. Monitors the changes of given property name. Assumes reporting - happens on an objcet controlled by the session. + happens on an object controlled by the session. Args: session (Session): The Session doing the monitoring. The