SDL_net: Sync SDL_net wiki -> header (db40a)

From db40ac73817be33bf6592b027cb68e17b2ec5a71 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sat, 18 Jun 2022 19:23:07 +0000
Subject: [PATCH] Sync SDL_net wiki -> header

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

diff --git a/SDL_net.h b/SDL_net.h
index 87cd469..5ec0b2f 100644
--- a/SDL_net.h
+++ b/SDL_net.h
@@ -109,7 +109,7 @@ extern DECLSPEC const SDLNet_version * SDLCALL SDLNet_Linked_Version(void);
  * Initialize SDL_net.
  *
  * You must successfully call this function before it is safe to call any
- * other function in this library, with one exception: A human-readable error
+ * other function in this library, with one exception: a human-readable error
  * message can be retrieved from SDLNet_GetError() when if this function
  * fails.
  *