summaryrefslogtreecommitdiff
path: root/tests/Big_Reply/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Big_Reply/client.cpp')
-rw-r--r--tests/Big_Reply/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Big_Reply/client.cpp b/tests/Big_Reply/client.cpp
index ff401da2ed4..f8e4d32b6d4 100644
--- a/tests/Big_Reply/client.cpp
+++ b/tests/Big_Reply/client.cpp
@@ -3,7 +3,7 @@
#include "Client_Task.h"
#include "ace/Get_Opt.h"
-ACE_RCSID(Big_Reply, client, "$Id$")
+
const ACE_TCHAR *ior = ACE_TEXT ("file://test.ior");
bool server_shutdown = false;
@@ -33,7 +33,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;
}