From b8bbd29ce9d5b75e403de2f0df7d0919f68bf2d9 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 27 Nov 2024 06:11:04 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_surface.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h
index 73808c929a800..b69454711d906 100644
--- a/include/SDL3/SDL_surface.h
+++ b/include/SDL3/SDL_surface.h
@@ -31,7 +31,7 @@
*
* There is also a simple .bmp loader, SDL_LoadBMP(). SDL itself does not
* provide loaders for various other file formats, but there are several
- * excellent external libraries that do, including it's own satellite library,
+ * excellent external libraries that do, including its own satellite library,
* SDL_image:
*
* https://github.com/libsdl-org/SDL_image