summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-19 20:47:12 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-19 20:47:12 +0000
commite1e87fe37ac00402066432ac86ef579c5d57c00e (patch)
tree45ab88561d4dbd7d6cd9697b2a862817ea3d3bcd /crawl-ref/source/ghost.cc
parentfba3271ecfc09700d4b7febb1ca0f55ac782487d (diff)
downloadcrawl-ref-e1e87fe37ac00402066432ac86ef579c5d57c00e.tar.gz
crawl-ref-e1e87fe37ac00402066432ac86ef579c5d57c00e.zip
Fix comment typo.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3102 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index c3aa4c907a..06e0abf8bd 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -156,7 +156,7 @@ void ghost_demon::init_random_demon()
{
do {
values[ GVAL_BRAND ] = random2(17);
- /* some brands inappropriate (eg holy wrath) */
+ /* some brands inappropriate (e.g. holy wrath) */
} while (values[ GVAL_BRAND ] == SPWPN_HOLY_WRATH
|| (values[ GVAL_BRAND ] == SPWPN_ORC_SLAYING
&& you.mons_species() != MONS_ORC)