1
0
Fork 0

Typo alreadu=>already

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3717
This commit is contained in:
Peter Veenstra 2011-06-11 13:49:14 +00:00
parent 480fafcecb
commit cca9bb077a

View file

@ -935,7 +935,7 @@ public:
if(strcasecmp("startserver", temp_line.c_str()) == 0) {
if(!isIpxServer) {
if(incomingPacket.connected) {
WriteOut("IPX Tunneling Client alreadu connected to another server. Disconnect first.\n");
WriteOut("IPX Tunneling Client already connected to another server. Disconnect first.\n");
return;
}
bool startsuccess;