summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
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.