From 8082cef7075aa052f8e94b3675d06f069308cfee Mon Sep 17 00:00:00 2001 From: "Guorui Xi(Kevin)" Date: Fri, 23 May 2014 21:20:44 +0800 Subject: [PATCH] Fix typos in comment --- src/ai/actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ai/actions.cpp b/src/ai/actions.cpp index 6ae3423208c..b13fb21d907 100644 --- a/src/ai/actions.cpp +++ b/src/ai/actions.cpp @@ -276,7 +276,7 @@ void attack_result::do_execute() const unit_map::const_iterator a_ = resources::units->find(attacker_loc_); const unit_map::const_iterator d_ = resources::units->find(defender_loc_); - //to get rid of an unused member varuiable warning, FIXME: find a way to 'ask' the ai wich advancement should be chosen from synced_commands.cpp . + //to get rid of an unused member variable warning, FIXME: find a way to 'ask' the ai which advancement should be chosen from synced_commands.cpp . if(synced_context::get_synced_state() != synced_context::SYNCED) //RAII block for set_scontext_synced { //we don't use synced_context::run_in_synced_context because that wouldn't allow us to pass advancements_