File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/RabbitMQ.Client/client/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ public AmqpTcpEndpoint Endpoint
326
326
public string Password { get ; set ; } = DefaultPass ;
327
327
328
328
/// <summary>
329
- /// CredemtialsProvider used to obtain username and pasword .
329
+ /// CredentialsProvider used to obtain username and password .
330
330
/// </summary>
331
331
public ICredentialsProvider CredentialsProvider { get ; set ; }
332
332
@@ -404,7 +404,7 @@ public IAuthMechanismFactory AuthMechanismFactory(IEnumerable<string> argServerM
404
404
}
405
405
406
406
/// <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
408
408
/// returned by the EndpointResolverFactory. By default the configured
409
409
/// hostname and port are used.
410
410
/// </summary>
You can’t perform that action at this time.
0 commit comments