diff options
Diffstat (limited to 'TAO/tests/Bug_2188_Regression')
-rw-r--r-- | TAO/tests/Bug_2188_Regression/client.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/Bug_2188_Regression/server.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_2188_Regression/client.cpp b/TAO/tests/Bug_2188_Regression/client.cpp index 6c9e99bf55e..69d6e0d8854 100644 --- a/TAO/tests/Bug_2188_Regression/client.cpp +++ b/TAO/tests/Bug_2188_Regression/client.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; } diff --git a/TAO/tests/Bug_2188_Regression/server.cpp b/TAO/tests/Bug_2188_Regression/server.cpp index d2cd98aab98..63ff34345e6 100644 --- a/TAO/tests/Bug_2188_Regression/server.cpp +++ b/TAO/tests/Bug_2188_Regression/server.cpp @@ -28,7 +28,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; } |