summaryrefslogtreecommitdiff
path: root/tests/MProfile/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MProfile/client.cpp')
-rw-r--r--tests/MProfile/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/MProfile/client.cpp b/tests/MProfile/client.cpp
index e610b16c39a..f3f1dfeb84d 100644
--- a/tests/MProfile/client.cpp
+++ b/tests/MProfile/client.cpp
@@ -6,8 +6,6 @@
#include "ace/OS_NS_unistd.h"
#include "testC.h"
-ACE_RCSID(MT_Server, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int do_shutdown = 0;
@@ -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;
}