Skip to content

Commit 06cabf7

Browse files
committed
Fix typo in comment.
1 parent 8564c65 commit 06cabf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MySqlConnector/Core/ServerSession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ await sslStream.AuthenticateAsClientAsync(clientAuthenticationOptions.TargetHost
13961396
}
13971397

13981398
#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
1399+
// a stripped-down version of this POCO options class for TFMs that don't have it built in
14001400
internal sealed class SslClientAuthenticationOptions
14011401
{
14021402
public X509RevocationMode CertificateRevocationCheckMode { get; set; }

0 commit comments

Comments
 (0)