summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-03-14 13:54:00 +0100
committerGitHub <noreply@github.com>2023-03-14 13:54:00 +0100
commitab8e94dd74ad29a9f927fc177f99a2e0b6497ad7 (patch)
tree5ea616515daa0f17b59e702073015c91e169ad54
parent09e9d76103a637f8ce9ee49b24292317e33e2d77 (diff)
parent1369b3773ffa4e9b2acdacb68c27050f359f0b8e (diff)
downloadATCD-ab8e94dd74ad29a9f927fc177f99a2e0b6497ad7.tar.gz
Merge pull request #2063 from jwillemsen/jwi-amiargtypo
Fixed typo in comment
-rw-r--r--TAO/tao/Messaging/AMI_Arguments_Converter_Impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Messaging/AMI_Arguments_Converter_Impl.cpp b/TAO/tao/Messaging/AMI_Arguments_Converter_Impl.cpp
index 79ed9106ddf..8b11fede503 100644
--- a/TAO/tao/Messaging/AMI_Arguments_Converter_Impl.cpp
+++ b/TAO/tao/Messaging/AMI_Arguments_Converter_Impl.cpp
@@ -14,7 +14,7 @@ TAO_AMI_Arguments_Converter_Impl::convert_request (
TAO::Argument * const args[],
size_t nargs)
{
- // The AMI requests on client side just has the in and inout argumenst,
+ // The AMI requests on client side just has the in and inout arguments,
// Since the argument list in the client side is used by server side
// in collocation case and the server expects the full list of arguments
// and not just the inout arguments we need to expand the client arguments