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