From 7c834afb81a24105ed0125981dfc9648bd694f5e Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 22 Dec 2008 04:43:29 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7902 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/dat/database/godspeak.txt | 2 +- crawl-ref/source/mon-util.cc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/dat/database/godspeak.txt b/crawl-ref/source/dat/database/godspeak.txt index b9118d3a4c..6a962e3821 100644 --- a/crawl-ref/source/dat/database/godspeak.txt +++ b/crawl-ref/source/dat/database/godspeak.txt @@ -130,7 +130,7 @@ Xom grants you an assistant from another god. Xom beguiles another god's servant into helping you. -"Where'd that come from? Oh, well." +"Where'd that come from? Oh, well." You wonder where Xom got that toy from. diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc index c9926d62c5..422486b3da 100644 --- a/crawl-ref/source/mon-util.cc +++ b/crawl-ref/source/mon-util.cc @@ -740,8 +740,8 @@ int get_shout_noise_level(const shout_type shout) } } -// Only beasts and chaos spawns uses S_RANDOM for noise type. -// Pandemonium lords can also get here but this mostly used for the +// Only beasts and chaos spawns use S_RANDOM for noise type. +// Pandemonium lords can also get here but this is mostly used for the // "says" verb used for insults. static bool _shout_fits_monster(int type, int shout) { @@ -749,7 +749,7 @@ static bool _shout_fits_monster(int type, int shout) return (false); // Chaos spawns can do anything but demon taunts, since they're - // not coherenet enough to actually say words. + // not coherent enough to actually say words. if (type == MONS_CHAOS_SPAWN) return (shout != S_DEMON_TAUNT); -- cgit v1.2.3-54-g00ecf