summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Bug_2800_Regression/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Bug_2800_Regression/client.cpp')
-rw-r--r--orbsvcs/tests/Bug_2800_Regression/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/orbsvcs/tests/Bug_2800_Regression/client.cpp b/orbsvcs/tests/Bug_2800_Regression/client.cpp
index 17f6fe73f85..d3f2259fc2f 100644
--- a/orbsvcs/tests/Bug_2800_Regression/client.cpp
+++ b/orbsvcs/tests/Bug_2800_Regression/client.cpp
@@ -4,7 +4,7 @@
#include "orbsvcs/CosNamingC.h"
#include "ace/Get_Opt.h"
-ACE_RCSID(Hello, client, "$Id$")
+
const ACE_TCHAR *ior = ACE_TEXT("file://shutdown.ior");
bool shutdown_nsmain = false;
@@ -29,7 +29,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;
}