From 67b41db6981190ffb271850a9fedb52ed2a78732 Mon Sep 17 00:00:00 2001 From: jaggiJ Date: Sun, 17 Feb 2019 13:39:46 +0100 Subject: [PATCH] Letter correction. w into capital W (spotted by CloudKeeper) --- evennia/contrib/tutorial_world/build.ev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/tutorial_world/build.ev b/evennia/contrib/tutorial_world/build.ev index 830cf821b7..8b320c5a99 100644 --- a/evennia/contrib/tutorial_world/build.ev +++ b/evennia/contrib/tutorial_world/build.ev @@ -177,7 +177,7 @@ start # # This room inherits from a Typeclass called WeatherRoom. It regularly # and randomly shows some weather effects. Note how we can spread the -# command's arguments over more than one line for easy reading. we +# command's arguments over more than one line for easy reading. We # also make sure to create plenty of aliases for the room and # exits. Note the alias tut#02: this unique identifier can be used # later in the script to always find the way back to this room (for