From cca9bb077abb7605cef2c52de4a9981371c82d2a Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sat, 11 Jun 2011 13:49:14 +0000 Subject: [PATCH] Typo alreadu=>already Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3717 --- src/hardware/ipx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hardware/ipx.cpp b/src/hardware/ipx.cpp index d598ce3a..14f55fb2 100644 --- a/src/hardware/ipx.cpp +++ b/src/hardware/ipx.cpp @@ -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;