Fix casing typo in a doc comment within amqp_error.hpp (#4701)

This commit is contained in:
Ahson Khan 2023-06-06 12:08:36 -07:00 committed by GitHub
parent 0516518265
commit 2f7a3eec8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ namespace Azure { namespace Core { namespace Amqp { namespace Models { namespace
*/
AZ_CORE_AMQP_DLLEXPORT static const AmqpErrorCondition InternalError;
/** @brief Entity Not FOund
/** @brief Entity Not Found
* A peer attempted to work with a remote entity that does not
* exist.
*