summaryrefslogtreecommitdiff
path: root/tests/DSI_Gateway/gateway.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DSI_Gateway/gateway.cpp')
-rw-r--r--tests/DSI_Gateway/gateway.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/DSI_Gateway/gateway.cpp b/tests/DSI_Gateway/gateway.cpp
index 59f599ff015..7f64bfc18b3 100644
--- a/tests/DSI_Gateway/gateway.cpp
+++ b/tests/DSI_Gateway/gateway.cpp
@@ -4,8 +4,6 @@
#include "ace/Get_Opt.h"
#include "ace/Task.h"
-ACE_RCSID(DSI_Gateway, server, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int niterations = 5;
int do_shutdown = 0;
@@ -49,7 +47,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}