summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-29 15:18:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-29 15:18:07 +0000
commit1bb138db8390ff8ca82bb898676f706652770b09 (patch)
tree613a359d56a6e48d0ae628c270ac83e2cdc007a4 /crawl-ref/source
parent26814eb205cba00b5f81f7689043d0ca6a235106 (diff)
downloadcrawl-ref-1bb138db8390ff8ca82bb898676f706652770b09.tar.gz
crawl-ref-1bb138db8390ff8ca82bb898676f706652770b09.zip
Typo fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4765 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/spl-cast.cc2
-rw-r--r--crawl-ref/source/xom.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index f6fa59eecd..1ef952a95e 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1986,7 +1986,7 @@ spret_type your_spells( spell_type spell, int powc, bool allow_fail )
_spellcasting_side_effects(spell);
return (SPRET_SUCCESS);
-} // end you_spells()
+} // end your_spells()
void exercise_spell( spell_type spell, bool spc, bool success )
{
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 51e3391f91..87dd7b9344 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -46,7 +46,7 @@
# define DEBUG_GIFTS 1
#endif
-// Which spell? First I copied all spells from you_spells(), then I
+// Which spell? First I copied all spells from your_spells(), then I
// filtered some out (especially conjurations). Then I sorted them in
// roughly ascending order of power.
static const spell_type xom_spells[] =