summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 5794404b02..c9b70e45d0 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -3161,7 +3161,7 @@ static void _rot_inventory_food(long time_delta)
// This function is called about every 20 turns.
void handle_time(long time_delta)
{
- // Update all of the corpses, food chunks and potions of blood on
+ // Update all of the corpses, food chunks, and potions of blood on
// the floor.
update_corpses(time_delta);