summaryrefslogtreecommitdiff
path: root/tests/Multiple_Inheritance/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Multiple_Inheritance/server.cpp')
-rw-r--r--tests/Multiple_Inheritance/server.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Multiple_Inheritance/server.cpp b/tests/Multiple_Inheritance/server.cpp
index d8bfb2b812d..2cf2385d16f 100644
--- a/tests/Multiple_Inheritance/server.cpp
+++ b/tests/Multiple_Inheritance/server.cpp
@@ -6,8 +6,6 @@
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"
-ACE_RCSID(Multiple_Inheritance, server, "$Id$")
-
static ACE_TCHAR *ior_output_file = 0;
Multiple_Inheritance_i::Multiple_Inheritance_i (void)
@@ -38,7 +36,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;
}