Fix a typo in an error message string that is displayed to users.

I'm considering making localization possible too...
This commit is contained in:
Ignacio R. Morelle 2009-08-02 16:42:48 +00:00
parent cc3b00b9e3
commit 0d9c45f06b

View File

@ -1295,7 +1295,7 @@ bool game_controller::play_multiplayer()
}
else
{
throw game::mp_server_error("No path given for mp server prgoram.");
throw game::mp_server_error("No path given for mp server program.");
}
}