summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-01-25 06:38:59 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-01-25 06:38:59 +0100
commit6871f025b85565396327488fb4e9380349f0fb84 (patch)
tree42a867c21181dc81aaf9266a897761baa25b9c70 /crawl-ref/source/state.h
parent97e9b58bb1f84589e00f01585d8ca91f2e0a212e (diff)
downloadcrawl-ref-6871f025b85565396327488fb4e9380349f0fb84.tar.gz
crawl-ref-6871f025b85565396327488fb4e9380349f0fb84.zip
Get rid of USisms in spelling of -ll- and -tt-.
This mostly reverts 78d8ab06 which replaced Commonwealth "targetting" with US "targeting", although there's also "cancelLing", "levelLing", "travelLing".
Diffstat (limited to 'crawl-ref/source/state.h')
-rw-r--r--crawl-ref/source/state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/state.h b/crawl-ref/source/state.h
index fca6f8d356..f1a129dc54 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -92,10 +92,10 @@ struct game_state
bool level_annotation_shown;
#ifndef USE_TILE_LOCAL
- // Are we currently targeting using the mlist?
+ // Are we currently targetting using the mlist?
// This is global because the monster pane uses this when
// drawing.
- bool mlist_targeting;
+ bool mlist_targetting;
#else
bool title_screen;
#endif