From 2d1063f22d0d40c58354acee99c12001718c6228 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 18 Jun 2008 17:54:54 +0000 Subject: Add wording fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5956 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 255572a9b1..669453395b 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -3075,7 +3075,7 @@ std::string get_skill_description(int skill, bool need_title) else if (you.religion == GOD_TROG) { result += EOL; - result += "Note that Trog doesn't use Invocations, it being too " + result += "Note that Trog doesn't use Invocations, its being too " "closely connected to magic."; } else if (you.religion == GOD_NEMELEX_XOBEH) -- cgit v1.2.3-54-g00ecf