summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/potion.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-03-10 14:15:41 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-03-10 15:05:46 +0000
commitf8235aeeb02dc52cbf09b8a537ca4983c0bc0d53 (patch)
treecf82199973d8baecc15768afe8280bfbf79650bb /crawl-ref/source/potion.cc
parent0a811b56cdc12a4a1c22483c0a3197f0562e821c (diff)
downloadcrawl-ref-f8235aeeb02dc52cbf09b8a537ca4983c0bc0d53.tar.gz
crawl-ref-f8235aeeb02dc52cbf09b8a537ca4983c0bc0d53.zip
Update a comment
Diffstat (limited to 'crawl-ref/source/potion.cc')
-rw-r--r--crawl-ref/source/potion.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/potion.cc b/crawl-ref/source/potion.cc
index c5095cab4f..991bfd23d1 100644
--- a/crawl-ref/source/potion.cc
+++ b/crawl-ref/source/potion.cc
@@ -37,8 +37,8 @@
/*
* Apply the effect of a potion to the player.
*
- * This is called when the player quaff a potion, but also for some cards,
- * beams, sparkling fountains, god effects and miscasts.
+ * This is called when the player quaffs a potion, but also for some cards,
+ * beams, god effects and miscasts.
*
* @param pot_eff The potion type.
* @param pow The power of the effect. 40 for actual potions.