1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(svn r10736) -Fix: Correct all mispellings of 'successful'.

This commit is contained in:
2007-07-30 13:36:09 +00:00
parent 92061aba4e
commit 06986b7744
6 changed files with 11 additions and 11 deletions

View File

@@ -44,7 +44,7 @@ public:
DEF_UDP_RECEIVE_COMMAND(Master, PACKET_UDP_MASTER_ACK_REGISTER)
{
_network_advertise_retries = 0;
DEBUG(net, 2, "[udp] advertising on master server successfull");
DEBUG(net, 2, "[udp] advertising on master server successful");
/* We are advertised, but we don't want to! */
if (!_network_advertise) NetworkUDPRemoveAdvertise();