summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index c0c7997458..22b3d345e7 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -2170,7 +2170,7 @@ bool prioritise_adjacent(coord_def & target, std::vector<coord_def> & candidates
// user can optionally select only a partial stack of fruit (the count
// variable will store the number of fruit the user wants). Return the
// index of the item selected in the user's inventory, or a negative
-// number if the prompt failed (user canceled or had no fruit).
+// number if the prompt failed (user cancelled or had no fruit).
int _prompt_for_fruit(int & count, const char * prompt_string)
{
int rc = prompt_invent_item(prompt_string,