diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-17 09:10:22 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-17 09:10:22 +0000 |
commit | dd602c23e5b1127ef17ced8c321ac3b489b6b57d (patch) | |
tree | 8772dbe50b701b95fa0ecf923c70216a8dc2d547 /TAO/tests/Bug_1627_Regression | |
parent | fcd3f8e202028076027b16a8116d7a910e6fc3b6 (diff) | |
download | ATCD-dd602c23e5b1127ef17ced8c321ac3b489b6b57d.tar.gz |
Fixed typo
Diffstat (limited to 'TAO/tests/Bug_1627_Regression')
-rw-r--r-- | TAO/tests/Bug_1627_Regression/client.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/Bug_1627_Regression/server.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_1627_Regression/client.cpp b/TAO/tests/Bug_1627_Regression/client.cpp index d29f072a754..4a0ab7db26d 100644 --- a/TAO/tests/Bug_1627_Regression/client.cpp +++ b/TAO/tests/Bug_1627_Regression/client.cpp @@ -31,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; } diff --git a/TAO/tests/Bug_1627_Regression/server.cpp b/TAO/tests/Bug_1627_Regression/server.cpp index 8acd5f2e037..08715c08c59 100644 --- a/TAO/tests/Bug_1627_Regression/server.cpp +++ b/TAO/tests/Bug_1627_Regression/server.cpp @@ -35,7 +35,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; } |