summaryrefslogtreecommitdiff
path: root/tests/AMI_Timeouts/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AMI_Timeouts/server.cpp')
-rw-r--r--tests/AMI_Timeouts/server.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/AMI_Timeouts/server.cpp b/tests/AMI_Timeouts/server.cpp
index 4605335adc1..467f3e5cde5 100644
--- a/tests/AMI_Timeouts/server.cpp
+++ b/tests/AMI_Timeouts/server.cpp
@@ -16,10 +16,6 @@
#include "tao/debug.h"
#include "ace/Get_Opt.h"
-ACE_RCSID (AMI,
- server,
- "$Id$")
-
const ACE_TCHAR *ior_output_file = 0;
int
@@ -46,7 +42,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;
}