Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wesnoth/wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Apr 30, 2014
2 parents 7191669 + a81aa56 commit e087151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai/recruitment/recruitment.cpp
Expand Up @@ -216,7 +216,7 @@ void recruitment::execute() {
}
int cheapest_unit_cost = get_cheapest_unit_cost_for_leader(leader);
if (current_team().gold() < cheapest_unit_cost && cheapest_unit_cost > 0) {
LOG_AI_RECRUITMENT << "Leader " << leader->name() << " recruits are to expensive. \n";
LOG_AI_RECRUITMENT << "Leader " << leader->name() << " recruits are too expensive. \n";
continue;
}

Expand Down

0 comments on commit e087151

Please sign in to comment.