From 491bb8c2e0f1f1c2dfe28c209577a6d54868ef25 Mon Sep 17 00:00:00 2001 From: Tristano Ajmone Date: Sun, 1 Mar 2015 10:46:25 +0100 Subject: [PATCH] TYPO: detemines how => deteRmines how --- 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 6748699094..72bd9df275 100644 --- a/src/settings_default.py +++ b/src/settings_default.py @@ -415,7 +415,7 @@ GUEST_HOME = DEFAULT_HOME # The start position used for guest characters. GUEST_START_LOCATION = START_LOCATION # The naming convention used for creating new guest -# players/characters. The size of this list also detemines how many +# players/characters. The size of this list also determines how many # guests may be on the game at once. The default is a maximum of nine # guests, named Guest1 through Guest9. GUEST_LIST = ["Guest" + str(s+1) for s in range(9)]