summaryrefslogtreecommitdiff
path: root/tests/Parallel_Connect_Strategy/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Parallel_Connect_Strategy/client.cpp')
-rw-r--r--tests/Parallel_Connect_Strategy/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Parallel_Connect_Strategy/client.cpp b/tests/Parallel_Connect_Strategy/client.cpp
index 4d9e11a5c5a..3e96f955529 100644
--- a/tests/Parallel_Connect_Strategy/client.cpp
+++ b/tests/Parallel_Connect_Strategy/client.cpp
@@ -5,8 +5,6 @@
#include "ace/High_Res_Timer.h"
#include "tao/ORB_Core.h"
-ACE_RCSID(Hello, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int kill_server = 0;
bool sanity_timeout = false;
@@ -49,7 +47,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;
}