summaryrefslogtreecommitdiff
path: root/tests/OBV/Forward/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/OBV/Forward/server.cpp')
-rw-r--r--tests/OBV/Forward/server.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/OBV/Forward/server.cpp b/tests/OBV/Forward/server.cpp
index 178555e3dd2..9ed20a28341 100644
--- a/tests/OBV/Forward/server.cpp
+++ b/tests/OBV/Forward/server.cpp
@@ -8,8 +8,6 @@
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"
-ACE_RCSID(Forward, server, "$Id$")
-
const ACE_TCHAR *ior_output_file = ACE_TEXT("test.ior");
int
@@ -34,7 +32,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;
}