diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2023-03-14 11:10:20 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2023-03-14 11:10:20 +0100 |
commit | 1369b3773ffa4e9b2acdacb68c27050f359f0b8e (patch) | |
tree | 51ae15c8b67f8d660745119fa8c056c5850a4696 /TAO/tao | |
parent | 1de7aa9a7e1d85c3de36248ee41a89a475e5811b (diff) | |
download | ATCD-1369b3773ffa4e9b2acdacb68c27050f359f0b8e.tar.gz |
Fixed typo in comment
* TAO/tao/Messaging/AMI_Arguments_Converter_Impl.cpp:
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/Messaging/AMI_Arguments_Converter_Impl.cpp | 2 |
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 |