summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 05:38:04 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 05:38:04 +0000
commit8d1f7b423d1a0073a749bd6fb1919aee0dfc9437 (patch)
treea311c3cb6b92c27947b21a39f3727d81a371d22a /crawl-ref/source/spl-cast.cc
parent49470d3a0649857d66f11b247c4cd2572215949e (diff)
downloadcrawl-ref-8d1f7b423d1a0073a749bd6fb1919aee0dfc9437.tar.gz
crawl-ref-8d1f7b423d1a0073a749bd6fb1919aee0dfc9437.zip
Wording fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7934 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 52f5f49f55..dbf4a17f07 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1392,7 +1392,7 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
//
// The casting of this spell still costs a turn. So
// casting Delayed Fireball and immediately releasing
- // the fireball is only slightly different than casting
+ // the fireball is only slightly different from casting
// a regular Fireball (monsters act in the middle instead
// of at the end). This is why we allow for the spell
// level discount so that Fireball is free with this spell