* typo fixes

This commit is contained in:
Gunter Labes 2007-11-03 09:11:52 +00:00
parent 4f86d444e5
commit 63fa08b7ba
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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;
}