Skip to content

Commit e5cd1a0

Browse files
markboschMvdB85
andauthored
Fix small typos in ConnectionFactory (#1521)
Co-authored-by: Mark van den Bosch <[email protected]>
1 parent 6f8191b commit e5cd1a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/RabbitMQ.Client/client/api/ConnectionFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public AmqpTcpEndpoint Endpoint
326326
public string Password { get; set; } = DefaultPass;
327327

328328
/// <summary>
329-
/// CredemtialsProvider used to obtain username and pasword.
329+
/// CredentialsProvider used to obtain username and password.
330330
/// </summary>
331331
public ICredentialsProvider CredentialsProvider { get; set; }
332332

@@ -404,7 +404,7 @@ public IAuthMechanismFactory AuthMechanismFactory(IEnumerable<string> argServerM
404404
}
405405

406406
/// <summary>
407-
/// Asynchronously reate a connection to one of the endpoints provided by the IEndpointResolver
407+
/// Asynchronously create a connection to one of the endpoints provided by the IEndpointResolver
408408
/// returned by the EndpointResolverFactory. By default the configured
409409
/// hostname and port are used.
410410
/// </summary>

0 commit comments

Comments
 (0)