From e9c9e93110bcf3e0fd7430a2fb1f06c91885da40 Mon Sep 17 00:00:00 2001 From: Mark van den Bosch Date: Tue, 19 Mar 2024 10:27:43 +0100 Subject: [PATCH] Fix small typos in ConnectionFactory --- projects/RabbitMQ.Client/client/api/ConnectionFactory.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs b/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs index 036493976f..47e19323b0 100644 --- a/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs +++ b/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs @@ -326,7 +326,7 @@ public AmqpTcpEndpoint Endpoint public string Password { get; set; } = DefaultPass; /// - /// CredemtialsProvider used to obtain username and pasword. + /// CredentialsProvider used to obtain username and password. /// public ICredentialsProvider CredentialsProvider { get; set; } @@ -404,7 +404,7 @@ public IAuthMechanismFactory AuthMechanismFactory(IEnumerable argServerM } /// - /// Asynchronously reate a connection to one of the endpoints provided by the IEndpointResolver + /// Asynchronously create a connection to one of the endpoints provided by the IEndpointResolver /// returned by the EndpointResolverFactory. By default the configured /// hostname and port are used. ///