summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorDavid Ploog <dploog@users.sourceforge.net>2010-02-08 11:35:15 +0100
committerDavid Ploog <dploog@users.sourceforge.net>2010-02-08 11:37:02 +0100
commit78d8ab0606f4ba07ce88212fa3d01b4d84485be7 (patch)
tree14222283adaf25f0c50a7d4debd2090ff30266d3 /crawl-ref/source/spl-util.h
parenta3b5b854c58b3f237fa13737141c76b9fa240bab (diff)
downloadcrawl-ref-78d8ab0606f4ba07ce88212fa3d01b4d84485be7.tar.gz
crawl-ref-78d8ab0606f4ba07ce88212fa3d01b4d84485be7.zip
s/targett/target/
And take care of capital letters. This seems to be problematic, bit I learned that it's "targeting" from Darshan :)
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index 284c5b679d..010f4476f5 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -109,7 +109,7 @@ void apply_area_cloud(cloud_func func, const coord_def& where,
std::string name = "", std::string tile = "");
bool spell_direction( dist &spelld, bolt &pbolt,
- targetting_type restrict = DIR_NONE,
+ targeting_type restrict = DIR_NONE,
targ_mode_type mode = TARG_HOSTILE,
// pbolt.range if applicable, otherwise LOS_RADIUS
int range = 0,