summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index fff09ee289..1c9190d730 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -3232,7 +3232,7 @@ static void _fill_monster_pit( spec_room &sr, FixedVector<pit_mons_def,
if (roll >= rare_sum)
continue;
- // Run throught the cumulative chances and place a monster.
+ // Run through the cumulative chances and place a monster.
for (i = 0; i < num_types; i++)
if (roll < pit_list[i].rare)
{