summaryrefslogtreecommitdiffstats
path: root/lskat/lskat/lskat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lskat/lskat/lskat.cpp')
-rw-r--r--lskat/lskat/lskat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lskat/lskat/lskat.cpp b/lskat/lskat/lskat.cpp
index fea7b800..316d9f50 100644
--- a/lskat/lskat/lskat.cpp
+++ b/lskat/lskat/lskat.cpp
@@ -703,7 +703,7 @@ bool LSkatApp::MakeInputDevice(int no)
if (doc->IsServer())
{
if (global_debug>10)
- printf("We want theother one to be client\n");
+ printf("We want the other one to be client\n");
msg->AddData(TQCString("Client"),(short)-1); // force client
mInput->SendMsg(msg,no);
}
@@ -711,7 +711,7 @@ bool LSkatApp::MakeInputDevice(int no)
else
{
if (global_debug>10)
- printf("We want theother one to be server\n");
+ printf("We want the other one to be server\n");
msg->AddData(TQCString("Server"),(short)-1); // force server
mInput->SendMsg(msg,no);
}