summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-21 02:11:42 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-21 02:11:42 +0200
commit978f43a9532dfce7c0b00830858e7f03b5ae6a0b (patch)
treefeae29d6059284094e4ff42cf676da432aa1b354 /crawl-ref/source/mon-enum.h
parente59e7d509524db57823fb1fafdd31b0287474b7b (diff)
downloadcrawl-ref-978f43a9532dfce7c0b00830858e7f03b5ae6a0b.tar.gz
crawl-ref-978f43a9532dfce7c0b00830858e7f03b5ae6a0b.zip
A typo fix.
Diffstat (limited to 'crawl-ref/source/mon-enum.h')
-rw-r--r--crawl-ref/source/mon-enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-enum.h b/crawl-ref/source/mon-enum.h
index f6319e50bb..b1290586a6 100644
--- a/crawl-ref/source/mon-enum.h
+++ b/crawl-ref/source/mon-enum.h
@@ -32,7 +32,7 @@ enum gender_type
GENDER_FEMALE,
};
-// TODO: Unify this and a player_equivilent (if applicable)
+// TODO: Unify this and a player_equivalent (if applicable)
// and move into attack.h
enum attack_type
{