summaryrefslogtreecommitdiff
path: root/tests/Two_Objects/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Two_Objects/client.cpp')
-rw-r--r--tests/Two_Objects/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Two_Objects/client.cpp b/tests/Two_Objects/client.cpp
index df4b10ff103..72213d9df43 100644
--- a/tests/Two_Objects/client.cpp
+++ b/tests/Two_Objects/client.cpp
@@ -3,8 +3,6 @@
#include "Two_ObjectsC.h"
#include "ace/Get_Opt.h"
-ACE_RCSID(Test, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int
@@ -29,7 +27,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;
}