* typo fixes
This commit is contained in:
parent
4f86d444e5
commit
63fa08b7ba
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#textdomain wesnoth-multiplayer
|
||||
[multiplayer_side]
|
||||
id=Northeners
|
||||
id=Northerners
|
||||
name={MENU_IMG_TXT "orcs/warrior.png~RC(magenta>red)" _"Northerners"}
|
||||
type=Orcish Warrior
|
||||
leader=Orcish Warrior,Troll,Troll Rocklobber,Orcish Crossbowman,Orcish Slayer
|
||||
|
|
|
@ -324,7 +324,7 @@ static int process_queue(void*)
|
|||
|
||||
}
|
||||
if(min_threads && waiting_threads >= min_threads) {
|
||||
DBG_NW << "worker thread exiting... not enough job\n";
|
||||
DBG_NW << "worker thread exiting... not enough jobs\n";
|
||||
to_clear.push_back(threading::get_current_thread_id());
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue