summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/msvc.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/msvc.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/msvc.h')
-rw-r--r--crawl-ref/source/msvc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/msvc.h b/crawl-ref/source/msvc.h
index c16ec88ed5..4ebe802b24 100644
--- a/crawl-ref/source/msvc.h
+++ b/crawl-ref/source/msvc.h
@@ -82,7 +82,7 @@ inline double log(int x)
return log((double)x);
}
-//this is targeting for struct member name in store.h, nothing else gets affected as of 0.9.0
+//this is targetting for struct member name in store.h, nothing else gets affected as of 0.9.0
#define _int64 var_int64
//missing in sys/types.h