summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI
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/tests/AMI
parentfcd3f8e202028076027b16a8116d7a910e6fc3b6 (diff)
downloadATCD-dd602c23e5b1127ef17ced8c321ac3b489b6b57d.tar.gz
Fixed typo
Diffstat (limited to 'TAO/tests/AMI')
-rw-r--r--TAO/tests/AMI/client.cpp2
-rw-r--r--TAO/tests/AMI/server.cpp2
-rw-r--r--TAO/tests/AMI/simple_client.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/AMI/client.cpp b/TAO/tests/AMI/client.cpp
index 4809139684f..f1855318f91 100644
--- a/TAO/tests/AMI/client.cpp
+++ b/TAO/tests/AMI/client.cpp
@@ -61,7 +61,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/AMI/server.cpp b/TAO/tests/AMI/server.cpp
index 4b41a1bf7e5..18d23928d5c 100644
--- a/TAO/tests/AMI/server.cpp
+++ b/TAO/tests/AMI/server.cpp
@@ -45,7 +45,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/AMI/simple_client.cpp b/TAO/tests/AMI/simple_client.cpp
index e56cdaa9d72..ac934bff6dd 100644
--- a/TAO/tests/AMI/simple_client.cpp
+++ b/TAO/tests/AMI/simple_client.cpp
@@ -56,7 +56,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;
}