summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-14 22:04:17 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-14 22:04:17 +0000
commit109389daf59fc0907abccb7b2625d5591e783e77 (patch)
treef7ef9d9c64288a521072579c2a30b1680e63892c /crawl-ref/source/ouch.cc
parent30a315552f6bd74636cbc46bbaacdf6d6c46415b (diff)
downloadcrawl-ref-109389daf59fc0907abccb7b2625d5591e783e77.tar.gz
crawl-ref-109389daf59fc0907abccb7b2625d5591e783e77.zip
Spelling fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5046 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 5c35128170..2006887995 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -602,7 +602,7 @@ void expose_items_to_element(beam_type flavour, int x, int y)
}
// Handle side-effects for exposure to element other than damage. This
-// function exists because some code calculates its own damage isntead
+// function exists because some code calculates its own damage instead
// of using check_your_resists() and we want to isolate all the special
// code they keep having to do... namely condensation shield checks,
// you really can't expect this function to even be called for much