Typo alreadu=>already
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3717
This commit is contained in:
parent
480fafcecb
commit
cca9bb077a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue