summaryrefslogtreecommitdiff
path: root/TAO/interop-tests/wchar/client.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-17 09:10:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-17 09:10:22 +0000
commitdd602c23e5b1127ef17ced8c321ac3b489b6b57d (patch)
tree8772dbe50b701b95fa0ecf923c70216a8dc2d547 /TAO/interop-tests/wchar/client.cpp
parentfcd3f8e202028076027b16a8116d7a910e6fc3b6 (diff)
downloadATCD-dd602c23e5b1127ef17ced8c321ac3b489b6b57d.tar.gz
Fixed typo
Diffstat (limited to 'TAO/interop-tests/wchar/client.cpp')
-rw-r--r--TAO/interop-tests/wchar/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/interop-tests/wchar/client.cpp b/TAO/interop-tests/wchar/client.cpp
index 47f7140e41d..99fd348c9df 100644
--- a/TAO/interop-tests/wchar/client.cpp
+++ b/TAO/interop-tests/wchar/client.cpp
@@ -287,7 +287,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
if (tests_to_run == 0)
tests_to_run = ALL_TESTS;
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}