SDL_net: Sync SDL2_net wiki -> header (397e0)

From 397e0759ca0a2793293430a6893063b5b8ff8023 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 3 Nov 2025 21:50:01 +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 6846baf..1c4359e 100644
--- a/include/SDL_net.h
+++ b/include/SDL_net.h
@@ -711,8 +711,8 @@ extern DECLSPEC int SDLCALL SDLNet_UDP_RecvV(UDPsocket sock, UDPpacket **packets
  * Receive a single packet 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