summaryrefslogtreecommitdiff
path: root/tests/Bug_2186_Regression/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Bug_2186_Regression/client.cpp')
-rw-r--r--tests/Bug_2186_Regression/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Bug_2186_Regression/client.cpp b/tests/Bug_2186_Regression/client.cpp
index cd5ad4edf9e..8fcb5bc5025 100644
--- a/tests/Bug_2186_Regression/client.cpp
+++ b/tests/Bug_2186_Regression/client.cpp
@@ -4,8 +4,6 @@
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"
-ACE_RCSID(Hello, client, "$Id$")
-
const ACE_TCHAR *server_ior = ACE_TEXT("file://server.ior");
const ACE_TCHAR *ior_output_file = ACE_TEXT("client.ior");
@@ -33,7 +31,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;
}