summaryrefslogtreecommitdiff
path: root/tests/Strategies/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Strategies/server.cpp')
-rw-r--r--tests/Strategies/server.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Strategies/server.cpp b/tests/Strategies/server.cpp
index e896098d5af..75cf6830738 100644
--- a/tests/Strategies/server.cpp
+++ b/tests/Strategies/server.cpp
@@ -4,8 +4,6 @@
#include "ace/OS_NS_stdio.h"
#include "simple_test_i.h"
-ACE_RCSID(tests, server, "$Id$")
-
const ACE_TCHAR *ior_output_file = 0;
int
@@ -29,7 +27,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;
}