summaryrefslogtreecommitdiff
path: root/tests/Bug_2909_Regression/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Bug_2909_Regression/client.cpp')
-rw-r--r--tests/Bug_2909_Regression/client.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/Bug_2909_Regression/client.cpp b/tests/Bug_2909_Regression/client.cpp
index 3986f708f0b..0c00328eb04 100644
--- a/tests/Bug_2909_Regression/client.cpp
+++ b/tests/Bug_2909_Regression/client.cpp
@@ -19,10 +19,6 @@
#include "ace/Synch_Traits.h"
#include "ami_test_i.h"
-ACE_RCSID (AMI,
- client,
- "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int nthreads = 1;
int niterations = 2;
@@ -64,7 +60,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;
}