small change/typo fix to error messages on unstore_unit

This commit is contained in:
Eugen Jiresch 2009-09-07 07:54:45 +00:00
parent 5c0db7e80b
commit 69201ba42d

View File

@ -2576,7 +2576,7 @@ WML_HANDLER_FUNCTION(unstore_unit, /*event_info*/, cfg)
desciption) != desciptions.end()) {
lg::wml_error << "Recall list has duplicate unit "
"uderlying_ids '" << desciption
"underlying_ids '" << desciption
<< "' unstore_unit may not work as expected.\n";
} else {
desciptions.push_back(desciption);
@ -2603,7 +2603,7 @@ WML_HANDLER_FUNCTION(unstore_unit, /*event_info*/, cfg)
}
t.recall_list().push_back(u);
} else {
ERR_NG << "Cannot unstore unit: no recall list for player " << u.side()
ERR_NG << "Cannot unstore unit: recall list is empty for player " << u.side()
<< " and the map location is invalid.\n";
}
}