From 43782601d0463402d8adb865177716e4e1d5c7b2 Mon Sep 17 00:00:00 2001 From: Charlie Tonneslan Date: Sun, 22 Mar 2026 08:20:01 -0400 Subject: [PATCH] util/osdiag: fix typo in comment (reciever -> receiver) Signed-off-by: Charlie Tonneslan --- util/osdiag/osdiag_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/osdiag/osdiag_windows.go b/util/osdiag/osdiag_windows.go index d6ba1d30b..ff489989c 100644 --- a/util/osdiag/osdiag_windows.go +++ b/util/osdiag/osdiag_windows.go @@ -352,7 +352,7 @@ const ( ) // Note that wsaProtocolInfo needs to be identical to windows.WSAProtocolInfo; -// the purpose of this type is to have the ability to use it as a reciever in +// the purpose of this type is to have the ability to use it as a receiver in // the path and categoryFlags funcs defined below. type wsaProtocolInfo windows.WSAProtocolInfo