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