From 4d6fbcb866ffd839eb7c21a517d0f474e19c4dd9 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 20 Sep 2009 17:56:47 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10748 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.cc') 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 & 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, -- cgit v1.2.3-54-g00ecf