From 040a44c5cb0f8a6dbfa7f291035e1086c1ddb8d6 Mon Sep 17 00:00:00 2001 From: Tristano Ajmone Date: Thu, 5 Mar 2015 00:20:58 +0100 Subject: [PATCH] TYPO IN COMMENTS: withTout withtout => without --- evennia/server/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/server/models.py b/evennia/server/models.py index e12ef647cd..1ad6b6cf1e 100644 --- a/evennia/server/models.py +++ b/evennia/server/models.py @@ -40,7 +40,7 @@ class ServerConfig(WeakSharedMemoryModel): # # # These database fields are all set using their corresponding properties, - # named same as the field, but withtout the db_* prefix. + # named same as the field, but without the db_* prefix. # main name of the database entry db_key = models.CharField(max_length=64, unique=True)