TYPO: detemines how => deteRmines how

This commit is contained in:
Tristano Ajmone 2015-03-01 10:46:25 +01:00
parent 08a2898ad7
commit 491bb8c2e0

View file

@ -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)]