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