summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-28 14:41:57 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-28 14:41:57 +0000
commit571e6c5aac08d6c446965e3a4cf76bb1b044c5df (patch)
tree130eaaf6e8b53fb11c080a7ab07d92345121f662 /crawl-ref/source/command.cc
parent90d0e8c3f9d3fdcd0aa0ef1a479ad178ca3ad7e2 (diff)
downloadcrawl-ref-571e6c5aac08d6c446965e3a4cf76bb1b044c5df.tar.gz
crawl-ref-571e6c5aac08d6c446965e3a4cf76bb1b044c5df.zip
Apply a patch by castamir to fix a multitude of typos.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8005 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 3066b5a311..1fbab5fdfe 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -760,7 +760,7 @@ static const char *targeting_help_1 =
"<w>Shift-Dir</w> : shoot straight-line beam\n"
#ifdef WIZARD
" \n"
- "<h>Wizard targeting comands:</h>\n"
+ "<h>Wizard targeting commands:</h>\n"
"<w>g</w>: give item to monster\n"
"<w>s</w>: force monster to shout or speak\n"
"<w>S</w>: make monster a summoned monster\n"
@@ -1135,13 +1135,13 @@ static void _append_non_item(std::string &desc, std::string key)
unsigned int flags = get_spell_flags(type);
if (flags & SPFLAG_DEVEL)
- desc += "$This spell is still being developped, and is only avaible "
+ desc += "$This spell is still being developed, and is only available "
"via the &Z wizard command.";
else if (flags & SPFLAG_TESTING)
- desc += "$This is a testing spell, only avaible via the "
+ desc += "$This is a testing spell, only available via the "
"&Z wizard command.";
else if (flags & SPFLAG_MONSTER)
- desc += "$This is a monster-only spell, only avaible via the "
+ desc += "$This is a monster-only spell, only available via the "
"&Z wizard command.";
else if (flags & SPFLAG_CARD)
desc += "$This is a card-effect spell, unavailable in ordinary "