summaryrefslogtreecommitdiff
path: root/tests/Bug_3068_Regression/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Bug_3068_Regression/client.cpp')
-rw-r--r--tests/Bug_3068_Regression/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Bug_3068_Regression/client.cpp b/tests/Bug_3068_Regression/client.cpp
index c61101acf34..61e0b2755ea 100644
--- a/tests/Bug_3068_Regression/client.cpp
+++ b/tests/Bug_3068_Regression/client.cpp
@@ -8,8 +8,6 @@
#include "tao/Transport_Cache_Manager.h"
#include "tao/Thread_Lane_Resources.h"
-ACE_RCSID (Bug_3068_Regression, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int
@@ -30,7 +28,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
ACE_ERROR_RETURN ((LM_ERROR, ACE_TEXT ("usage: %s -k <ior>\n"),
argv [0]), -1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}