commit 74a79da4ecb2a734b479e0a19e004b30e4d5cfd4 (tree)
parent 18b821666e13bf6d0279f328d2575e1b10bf157f
Author: Roman FroĊow <rofrol@gmail.com>
Date: Fri, 14 Mar 2025 23:55:24 +0100
typo: was issues -> was issued
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/std/crypto/tls/Client.zig b/lib/std/crypto/tls/Client.zig
@@ -112,7 +112,7 @@ pub const Options = struct {
/// No host verification is performed, which prevents a trusted connection from
/// being established.
no_verification,
- /// Verify that the server certificate was issues for a given host.
+ /// Verify that the server certificate was issued for a given host.
explicit: []const u8,
},
/// How to verify the authenticity of server certificates.