summaryrefslogtreecommitdiff
path: root/tests/MT_Server/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MT_Server/client.cpp')
-rw-r--r--tests/MT_Server/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/MT_Server/client.cpp b/tests/MT_Server/client.cpp
index bbd7c0fbf61..e95c34b2f64 100644
--- a/tests/MT_Server/client.cpp
+++ b/tests/MT_Server/client.cpp
@@ -4,8 +4,6 @@
#include "ace/Task.h"
#include "testC.h"
-ACE_RCSID(MT_Server, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int niterations = 5;
int do_shutdown = 0;
@@ -41,7 +39,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
argv [0]),
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}