From 155f5274ff4db3bc6e75ae5660cabab5bab22f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Fro=C5=82ow?= Date: Fri, 1 Mar 2024 23:35:43 +0100 Subject: [PATCH] typo: http_proxy -> https_proxy --- lib/std/http/Client.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/std/http/Client.zig b/lib/std/http/Client.zig index 49843fb405905afc43beaa3867f533cad2f902ea..7eade117d02fae6c6896b165e8c6bb62fd072c34 100644 --- a/lib/std/http/Client.zig +++ b/lib/std/http/Client.zig @@ -1134,7 +1134,7 @@ pub fn deinit(client: *Client) void { client.* = undefined; } -/// Populates `http_proxy` and `http_proxy` via standard proxy environment variables. +/// Populates `http_proxy` and `https_proxy` via standard proxy environment variables. /// Asserts the client has no active connections. /// Uses `arena` for a few small allocations that must outlive the client, or /// at least until those fields are set to different values. -- 2.54.0