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