diff options
Diffstat (limited to 'TAO/tests/Bug_1020_Regression')
-rw-r--r-- | TAO/tests/Bug_1020_Regression/client.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/Bug_1020_Regression/server.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_1020_Regression/client.cpp b/TAO/tests/Bug_1020_Regression/client.cpp index 031343c5fec..2b594d35750 100644 --- a/TAO/tests/Bug_1020_Regression/client.cpp +++ b/TAO/tests/Bug_1020_Regression/client.cpp @@ -165,7 +165,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; } diff --git a/TAO/tests/Bug_1020_Regression/server.cpp b/TAO/tests/Bug_1020_Regression/server.cpp index 34ee5e982f1..01278ac4821 100644 --- a/TAO/tests/Bug_1020_Regression/server.cpp +++ b/TAO/tests/Bug_1020_Regression/server.cpp @@ -127,6 +127,6 @@ 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; } |