summaryrefslogtreecommitdiff
path: root/tests/BiDirectional/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BiDirectional/server.cpp')
-rw-r--r--tests/BiDirectional/server.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/BiDirectional/server.cpp b/tests/BiDirectional/server.cpp
index f573b1c6084..73dc9849790 100644
--- a/tests/BiDirectional/server.cpp
+++ b/tests/BiDirectional/server.cpp
@@ -6,8 +6,6 @@
#include "tao/AnyTypeCode/Any.h"
#include "ace/OS_NS_stdio.h"
-ACE_RCSID(BiDirectional, server, "$Id$")
-
const ACE_TCHAR *ior_output_file = 0;
int no_iterations = 10;
@@ -36,7 +34,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;
}