From 005e869abdd5a487531c47abfc82436b870ff0d8 Mon Sep 17 00:00:00 2001 From: Ali Chraghi <63465728+AliChraghi@users.noreply.github.com> Date: Thu, 2 Dec 2021 20:35:20 +0330 Subject: [PATCH] update function name in error --- lib/std/net.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/std/net.zig b/lib/std/net.zig index 6199d739d7..1165ac6073 100644 --- a/lib/std/net.zig +++ b/lib/std/net.zig @@ -816,7 +816,7 @@ pub fn getAddressList(allocator: mem.Allocator, name: []const u8, port: u16) !*A return result; } - @compileError("std.net.getAddresses unimplemented for this OS"); + @compileError("std.net.getAddressList unimplemented for this OS"); } const LookupAddr = struct {