From 08a2898ad7e37128c7c233e4d17fdc21dbb2130e Mon Sep 17 00:00:00 2001 From: Tristano Ajmone Date: Sun, 1 Mar 2015 10:40:29 +0100 Subject: [PATCH] TYPO IN COMMENTS: hiearchy => hierarchy hiearchy => hierarchy --- 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 a705a8e7cd..6748699094 100644 --- a/src/settings_default.py +++ b/src/settings_default.py @@ -383,7 +383,7 @@ MULTISESSION_MODE = 0 # checked by the default ooc char-creation command. Forced to 1 for # MULTISESSION_MODE 0 and 1. MAX_NR_CHARACTERS = 1 -# The access hiearchy, in climbing order. A higher permission in the +# The access hierarchy, in climbing order. A higher permission in the # hierarchy includes access of all levels below it. Used by the perm()/pperm() # lock functions. PERMISSION_HIERARCHY = ["Guests", # note-only used if GUEST_ENABLED=True