summaryrefslogtreecommitdiff
path: root/tests/LongUpcalls/ami_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/LongUpcalls/ami_client.cpp')
-rw-r--r--tests/LongUpcalls/ami_client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/LongUpcalls/ami_client.cpp b/tests/LongUpcalls/ami_client.cpp
index 6a0b42b598a..b5f1efc52a2 100644
--- a/tests/LongUpcalls/ami_client.cpp
+++ b/tests/LongUpcalls/ami_client.cpp
@@ -4,8 +4,6 @@
#include "Controller.h"
#include "Manager_Handler.h"
-ACE_RCSID(LongUpcalls, ami_client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int
@@ -29,7 +27,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;
}