mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	fixe typos
This commit is contained in:
		
							parent
							
								
									d4cc0d8148
								
							
						
					
					
						commit
						2d464e79dc
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -134,13 +134,13 @@ int main(int argc, char** argv) { | |||
|         return -1; | ||||
|     } | ||||
|     if (preferred_game.empty()) { | ||||
|         std::cout << "prefered game is empty!\n\n"; | ||||
|         std::cout << "preferred game is empty!\n\n"; | ||||
|         PrintHelp(argv[0]); | ||||
|         return -1; | ||||
|     } | ||||
|     if (preferred_game_id == 0) { | ||||
|         std::cout << "prefered-game-id not set!\nThis should get set to allow users to find your " | ||||
|                      "room.\nSet with --prefered-game-id id\n\n"; | ||||
|         std::cout << "preferred-game-id not set!\nThis should get set to allow users to find your " | ||||
|                      "room.\nSet with --preferred-game-id id\n\n"; | ||||
|     } | ||||
|     if (max_members >= Network::MaxConcurrentConnections || max_members < 2) { | ||||
|         std::cout << "max_members needs to be in the range 2 - " | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue