We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8564c65 commit 06cabf7Copy full SHA for 06cabf7
src/MySqlConnector/Core/ServerSession.cs
@@ -1396,7 +1396,7 @@ await sslStream.AuthenticateAsClientAsync(clientAuthenticationOptions.TargetHost
1396
}
1397
1398
#if NET45 || NET461 || NET471 || NETSTANDARD1_3 || NETSTANDARD2_0
1399
- // a stripped-down version of this POCO options class for TFMs that don't have it buit-in
+ // a stripped-down version of this POCO options class for TFMs that don't have it built in
1400
internal sealed class SslClientAuthenticationOptions
1401
{
1402
public X509RevocationMode CertificateRevocationCheckMode { get; set; }
0 commit comments