summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-26 02:03:09 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-26 02:03:09 +0000
commit0c41d894905aca31c5a90045e66c3e3d32b7bf1f (patch)
treecffad5eb7612156b4fa0d545d0dd5206d2fd396d /crawl-ref
parente0299eccdf7c99be285940cbd3bedd2978f3d9c0 (diff)
downloadcrawl-ref-0c41d894905aca31c5a90045e66c3e3d32b7bf1f.tar.gz
crawl-ref-0c41d894905aca31c5a90045e66c3e3d32b7bf1f.zip
Typo fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10413 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 5e7b224a03..100d992fe3 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2504,7 +2504,7 @@ std::string god_name(god_type which_god, bool long_name)
return (long_name ? god_name_jiyva(true) + " the Shapeless"
: god_name_jiyva(false));
}
- case GOD_FEAWN: return (long_name ? "Feawn the Arborial" : "Feawn");
+ case GOD_FEAWN: return (long_name ? "Feawn the Arboreal" : "Feawn");
case GOD_XOM:
if (!long_name)
return "Xom";