summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 2c1ffb7486..f975b53552 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -813,7 +813,7 @@ void load( unsigned char stair_taken, int load_mode, bool was_a_labyrinth,
&& where_were_you2 == BRANCH_VESTIBULE_OF_HELL
&& stair_taken == DNGN_STONE_STAIRS_UP_I)
{
- // leaving hell - look for entry potal first
+ // leaving hell - look for entry portal first
stair_taken = DNGN_ENTER_HELL;
find_first = false;
}