Correct minor inline documentation typos.

This commit is contained in:
Ari Mudev 2009-07-06 13:14:10 +00:00
parent 49f24d2372
commit f5b40648a6
2 changed files with 2 additions and 2 deletions

View file

@ -239,7 +239,7 @@ INSTALLED_APPS = (
)
"""
A tuple of strings representing all of the Evennia (IE: non-custom) commnad
A tuple of strings representing all of the Evennia (IE: non-custom) command
modules that are used at the login screen in the UNLOGGED command table. Do
not modify this directly, add your custom command modules to
CUSTOM_UNLOGGED_COMMAND_MODULES.