summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Bug_3216_Regression/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Bug_3216_Regression/client.cpp')
-rw-r--r--orbsvcs/tests/Bug_3216_Regression/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/orbsvcs/tests/Bug_3216_Regression/client.cpp b/orbsvcs/tests/Bug_3216_Regression/client.cpp
index 280732d27b9..d29d8ce1854 100644
--- a/orbsvcs/tests/Bug_3216_Regression/client.cpp
+++ b/orbsvcs/tests/Bug_3216_Regression/client.cpp
@@ -7,7 +7,7 @@
#include "orbsvcs/FaultTolerance/FT_ClientService_Activate.h"
#include "Hello.h"
-ACE_RCSID(Hello, client, "$Id$")
+
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
@@ -33,7 +33,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;
}