SDL_net: Sync SDL2_net wiki -> header (58454)

From 58454fb2eb6036b8f64ef88ef53145de6c6f44dc Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 9 Mar 2026 20:34:46 +0000
Subject: [PATCH] Sync SDL2_net wiki -> header

[ci skip]
---
 include/SDL_net.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL_net.h b/include/SDL_net.h
index 102668e..5e80480 100644
--- a/include/SDL_net.h
+++ b/include/SDL_net.h
@@ -679,8 +679,8 @@ extern DECLSPEC int SDLCALL SDLNet_UDP_Send(UDPsocket sock, int channel, UDPpack
  * Receive a vector of pending packets from a UDP socket.
  *
  * The returned packets contain the source address and the channel they
- * arrived on. If they did not arrive on a bound channel, the the channel will
- * be set to -1.
+ * arrived on. If they did not arrive on a bound channel, then the channel
+ * will be set to -1.
  *
  * The channels are checked in highest to lowest order, so if an address is
  * bound to multiple channels, the highest channel with the source address