summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-23 21:14:20 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-23 21:14:20 +0000
commit11adfeb2d7e54e3a43e518785c4d34cb3d4e8df1 (patch)
tree3ac81c28321340b54afd099f219caf7ea58be6ab /crawl-ref/source/state.cc
parentd01f16731de6b52c31bf8c600ccdbca515b960d7 (diff)
downloadcrawl-ref-11adfeb2d7e54e3a43e518785c4d34cb3d4e8df1.tar.gz
crawl-ref-11adfeb2d7e54e3a43e518785c4d34cb3d4e8df1.zip
Some code cleanup.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2524 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/state.cc')
-rw-r--r--crawl-ref/source/state.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc
index 2d086dd724..ea89679f12 100644
--- a/crawl-ref/source/state.cc
+++ b/crawl-ref/source/state.cc
@@ -109,8 +109,8 @@ void game_state::cant_cmd_again(std::string reason)
cancel_cmd_again(reason);
}
-// The mehtod is called to prevent the "no repeating zero turns
-// commands" message that input() generates (in the abscence of
+// The method is called to prevent the "no repeating zero turns
+// commands" message that input() generates (in the absence of
// cancelling the repeition) for a repeated command that took no
// turns. A wrapper around cancel_cmd_repeat(), its only purpose it
// to make it clear why cancel_cmd_repeat() is being called.