summaryrefslogtreecommitdiff
path: root/tests/Crash_On_Write/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Crash_On_Write/client.cpp')
-rw-r--r--tests/Crash_On_Write/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Crash_On_Write/client.cpp b/tests/Crash_On_Write/client.cpp
index 3e8c2690e68..6ffabbd27a2 100644
--- a/tests/Crash_On_Write/client.cpp
+++ b/tests/Crash_On_Write/client.cpp
@@ -4,8 +4,6 @@
#include "ace/Get_Opt.h"
#include "ace/OS_NS_unistd.h"
-ACE_RCSID(Crash_On_Write, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int iterations = 2000;
@@ -36,7 +34,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;
}