From 37bbe7e93037069fa91415d464ce927bce4c7be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Fro=C5=82ow?= Date: Fri, 14 Mar 2025 23:55:24 +0100 Subject: [PATCH] typo: was issues -> was issued --- lib/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 index 738fe122dd..4c67f15ea6 100644 --- 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.