SDL_net: SDL_net.h: minor typo fix.

From 5a1e45183f113af22a694f752b7ae0e5c4a50236 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Fri, 17 Jun 2022 19:06:08 -0400
Subject: [PATCH] SDL_net.h: minor typo fix.

---
 SDL_net.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SDL_net.h b/SDL_net.h
index ae7312a..f6ebf42 100644
--- a/SDL_net.h
+++ b/SDL_net.h
@@ -295,7 +295,7 @@ extern DECLSPEC int SDLCALL SDLNet_TCP_Send(TCPsocket sock, const void *data, in
 extern DECLSPEC int SDLCALL SDLNet_TCP_Recv(TCPsocket sock, void *data, int maxlen);
 
 /**
- * Close a TCP network socket
+ * Close a TCP network socket.
  *
  * All TCP sockets (server and non-server) are deinitialized through this
  * function. Call this once you are done with a socket, and assume the handle