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