zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 37bbe7e93037069fa91415d464ce927bce4c7be0 (tree)
parent 42160327dc55fd4a00634cc3fd461a5844aa8e73
Author: Roman FroĊ‚ow <rofrol@gmail.com>
Date:   Fri, 14 Mar 2025 23:55:24 +0100

typo: was issues -> was issued
Diffstat:
Mlib/std/crypto/tls/Client.zig | 2+-
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.