summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-24 14:18:17 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-24 14:18:17 +0000
commita8963485e8f6a8b450093b310a349a4a34edf40e (patch)
tree46d3084f178050a374a9c514e81686a4afbaee83
parent169809dda73080ac33ae7923e96b67599a779750 (diff)
downloadcrawl-ref-a8963485e8f6a8b450093b310a349a4a34edf40e.tar.gz
crawl-ref-a8963485e8f6a8b450093b310a349a4a34edf40e.zip
s/predictible/predictable/g
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1088 c06c8d41-db1a-0410-9941-cceddc491573
-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 50f661e1d9..ae3bf6419c 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -743,7 +743,7 @@ char *god_name( int which_god, bool long_name ) // mv - rewritten
strcat(godname_buff, "the Tricky");
break;
case 3:
- sprintf( godname_buff, "Xom the %sredictible", coinflip() ? "Less-P"
+ sprintf( godname_buff, "Xom the %sredictable", coinflip() ? "Less-P"
: "Unp" );
break;
case 4: