summaryrefslogtreecommitdiff
path: root/tests/LongDouble/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/LongDouble/client.cpp')
-rw-r--r--tests/LongDouble/client.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/LongDouble/client.cpp b/tests/LongDouble/client.cpp
index c29a84d6511..02fdbebed49 100644
--- a/tests/LongDouble/client.cpp
+++ b/tests/LongDouble/client.cpp
@@ -5,9 +5,6 @@
#include "ace/Get_Opt.h"
#include "ace/streams.h"
-
-ACE_RCSID (LongDoubleTest, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://server.ior");
int
@@ -32,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;
}