summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monspeak.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 01:02:39 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 01:02:39 +0000
commitf81059ebbd6926656378e2f7d85a61e3bdc714c8 (patch)
tree0b6b584309034800e41e711760989dc59f044757 /crawl-ref/source/monspeak.cc
parent8cfe50ff16aba99689e394bf1c01d69a0570ceab (diff)
downloadcrawl-ref-f81059ebbd6926656378e2f7d85a61e3bdc714c8.tar.gz
crawl-ref-f81059ebbd6926656378e2f7d85a61e3bdc714c8.zip
Add still more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5384 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monspeak.cc')
-rw-r--r--crawl-ref/source/monspeak.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monspeak.cc b/crawl-ref/source/monspeak.cc
index 6e207077a5..42b5ece123 100644
--- a/crawl-ref/source/monspeak.cc
+++ b/crawl-ref/source/monspeak.cc
@@ -277,7 +277,7 @@ bool mons_speaks(const monsters *monster)
}
// Add Beogh to list of prefixes for orcs (hostile and friendly) if you
- // worship Beogh. (This assumes you being a Hill Orc, so might have odd
+ // worship Beogh. (This assumes your being a Hill Orc, so might have odd
// results in wizard mode.) Don't count charmed orcs.
if (you.religion == GOD_BEOGH && mons_genus(monster->type) == MONS_ORC
&& !monster->has_ench(ENCH_CHARM))