diff options
author | Josh Blum | 2012-11-18 19:29:39 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-18 19:29:39 -0800 |
commit | 216b8685e7889698567cd47e8f93ec672a2e5323 (patch) | |
tree | 88015b55f8eca2f1196c0eed4e9690681f794e06 /lib/input_handlers.cpp | |
parent | eaaf23409d7748409a343a39eb8087216057d3da (diff) | |
download | sandhi-216b8685e7889698567cd47e8f93ec672a2e5323.tar.gz sandhi-216b8685e7889698567cd47e8f93ec672a2e5323.tar.bz2 sandhi-216b8685e7889698567cd47e8f93ec672a2e5323.zip |
correct comment typo, its fail states not
Diffstat (limited to 'lib/input_handlers.cpp')
-rw-r--r-- | lib/input_handlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/input_handlers.cpp b/lib/input_handlers.cpp index 6b60e5c..74ed8da 100644 --- a/lib/input_handlers.cpp +++ b/lib/input_handlers.cpp @@ -46,7 +46,7 @@ void BlockActor::handle_input_check(const InputCheckMessage &message, const Ther { this->mark_done(); } - //or re-enter handle task so forecast logic can mark done + //or re-enter handle task so fail logic can mark done else { this->handle_task(); |