summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/areas.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-09 13:00:22 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-09 13:12:28 +0100
commit95f726f3917e6040f87c078b1f69a8718c076be5 (patch)
treef62cb2ac752e1d9c829994ab6556beaffd03e8d7 /crawl-ref/source/areas.cc
parent8dd96673a034d949974db0cea0fd0da35a68f78d (diff)
downloadcrawl-ref-95f726f3917e6040f87c078b1f69a8718c076be5.tar.gz
crawl-ref-95f726f3917e6040f87c078b1f69a8718c076be5.zip
Use consistent spelling of "liquefied".
Diffstat (limited to 'crawl-ref/source/areas.cc')
-rw-r--r--crawl-ref/source/areas.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/areas.cc b/crawl-ref/source/areas.cc
index e9774d1ecd..f19eca1d52 100644
--- a/crawl-ref/source/areas.cc
+++ b/crawl-ref/source/areas.cc
@@ -638,7 +638,7 @@ bool liquefied(const coord_def& p, bool check_actual)
if (feat_is_water(grd(p)))
return false;
- // "actually" liquified (ie, check for movement)
+ // "actually" liquefied (ie, check for movement)
if (check_actual)
return _check_agrid_flag(p, APROP_ACTUAL_LIQUID);
// just recoloured for consistency