Skip to content

Commit

Permalink
Fix small typos in ConnectionFactory (#1521)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark van den Bosch <mark.vandenbosch@anywhere365.net>
  • Loading branch information
markbosch and MvdB85 authored Mar 19, 2024
1 parent 6f8191b commit e5cd1a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/RabbitMQ.Client/client/api/ConnectionFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public AmqpTcpEndpoint Endpoint
public string Password { get; set; } = DefaultPass;

/// <summary>
/// CredemtialsProvider used to obtain username and pasword.
/// CredentialsProvider used to obtain username and password.
/// </summary>
public ICredentialsProvider CredentialsProvider { get; set; }

Expand Down Expand Up @@ -404,7 +404,7 @@ public IAuthMechanismFactory AuthMechanismFactory(IEnumerable<string> argServerM
}

/// <summary>
/// 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.
/// </summary>
Expand Down

0 comments on commit e5cd1a0

Please sign in to comment.