summaryrefslogtreecommitdiff
path: root/tests/Bug_2356_Regression/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Bug_2356_Regression/client.cpp')
-rw-r--r--tests/Bug_2356_Regression/client.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/Bug_2356_Regression/client.cpp b/tests/Bug_2356_Regression/client.cpp
index b57ce1c0573..776495d4669 100644
--- a/tests/Bug_2356_Regression/client.cpp
+++ b/tests/Bug_2356_Regression/client.cpp
@@ -19,10 +19,6 @@
#include "ami_testS.h"
#include "tao/Codeset/Codeset.h"
-ACE_RCSID (AMI,
- simple_client,
- "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int niterations = 5;
int shutdown_flag = 1;
@@ -53,7 +49,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;
}