summaryrefslogtreecommitdiff
path: root/tests/AMI_Timeouts/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AMI_Timeouts/client.cpp')
-rw-r--r--tests/AMI_Timeouts/client.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/AMI_Timeouts/client.cpp b/tests/AMI_Timeouts/client.cpp
index 64b2aa35e9b..ef9f5991edc 100644
--- a/tests/AMI_Timeouts/client.cpp
+++ b/tests/AMI_Timeouts/client.cpp
@@ -19,10 +19,6 @@
#include "ace/Get_Opt.h"
-ACE_RCSID (AMI,
- client,
- "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
unsigned int msec = 50;
@@ -55,7 +51,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;
}