diff options
Diffstat (limited to 'tests/DSI_AMH/server.cpp')
-rw-r--r-- | tests/DSI_AMH/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DSI_AMH/server.cpp b/tests/DSI_AMH/server.cpp index 562fb7485b6..85caa9c72c1 100644 --- a/tests/DSI_AMH/server.cpp +++ b/tests/DSI_AMH/server.cpp @@ -27,7 +27,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; } |