From 6d4dc91299d4b4c7a14000e696791674af9577e1 Mon Sep 17 00:00:00 2001 From: Tristano Ajmone Date: Sun, 1 Mar 2015 10:24:00 +0100 Subject: [PATCH] TYPO IN COMMENTS: databse => database Just a typo... --- src/settings_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings_default.py b/src/settings_default.py index eecef7efe..1e15912ce 100644 --- a/src/settings_default.py +++ b/src/settings_default.py @@ -248,7 +248,7 @@ OOB_PLUGIN_MODULES = ["src.server.oob_cmds"] # Default command sets ###################################################################### # Note that with the exception of the unloggedin set (which is not -# stored anywhere in the databse), changing these paths will only affect +# stored anywhere in the database), changing these paths will only affect # NEW created characters/objects, not those already in play. So if you plan to # change this, it's recommended you do it before having created a lot of objects # (or simply reset the database after the change for simplicity). Remember