summaryrefslogtreecommitdiff
path: root/tests/MT_Client/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MT_Client/client.cpp')
-rw-r--r--tests/MT_Client/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/MT_Client/client.cpp b/tests/MT_Client/client.cpp
index e9326f57905..a717f92b9f7 100644
--- a/tests/MT_Client/client.cpp
+++ b/tests/MT_Client/client.cpp
@@ -5,8 +5,6 @@
#include "ace/Get_Opt.h"
#include "ace/Task.h"
-ACE_RCSID(MT_Client, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int nthreads = 5;
int niterations = 5;
@@ -44,7 +42,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;
}