diff --git a/network.zig b/network.zig index c23ff1f..025de6c 100644 --- a/network.zig +++ b/network.zig @@ -738,9 +738,9 @@ pub const Socket = struct { return len; } // .darwin returns ISCONN error for already connected socket - // .windows and .lynux both don't care + // .windows and .linux both don't care // Intercepts ISCONN status for .darwin and retry sendto with null destination address - pub fn sendto( + fn sendto( /// The file descriptor of the sending socket. sockfd: std.posix.socket_t, /// Message to send.