summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/map_knowledge.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-01 00:53:08 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-01 00:56:42 +0100
commitff8a508e8bfb1beb581f386208f4c46b325e6e3a (patch)
tree78f9ff2d6eb933f8316b753d474ca24cc3324c8a /crawl-ref/source/map_knowledge.h
parentd022172a35169a82dacb24455c69548107782433 (diff)
downloadcrawl-ref-ff8a508e8bfb1beb581f386208f4c46b325e6e3a.tar.gz
crawl-ref-ff8a508e8bfb1beb581f386208f4c46b325e6e3a.zip
An bunch of missspelings.
Diffstat (limited to 'crawl-ref/source/map_knowledge.h')
-rw-r--r--crawl-ref/source/map_knowledge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/map_knowledge.h b/crawl-ref/source/map_knowledge.h
index e8268f789e..a0064e603a 100644
--- a/crawl-ref/source/map_knowledge.h
+++ b/crawl-ref/source/map_knowledge.h
@@ -237,7 +237,7 @@ struct map_cell
public:
uint32_t flags; // Flags describing the mappedness of this square.
private:
-//TODO fix when the MSVC is standart-compliant.
+//TODO fix when the MSVC is standard-compliant.
#ifdef TARGET_COMPILER_VC
dungeon_feature_type _feat;
#else