summaryrefslogtreecommitdiff
path: root/tests/Connection_Timeout/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Connection_Timeout/client.cpp')
-rw-r--r--tests/Connection_Timeout/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Connection_Timeout/client.cpp b/tests/Connection_Timeout/client.cpp
index 81e0bae0828..23465cdc223 100644
--- a/tests/Connection_Timeout/client.cpp
+++ b/tests/Connection_Timeout/client.cpp
@@ -6,8 +6,6 @@
#include "tao/Messaging/Messaging.h"
#include "tao/AnyTypeCode/Any.h"
-ACE_RCSID(Connection_Timeout, client, "$Id$")
-
const ACE_TCHAR *ior =
ACE_TEXT("corbaloc:iiop:192.3.47/10007/RandomObject");
@@ -36,7 +34,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;
}