From 5a60d073c0bb9085285d893519db3746a3c9fd71 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 4 Oct 2024 20:24:40 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
---
include/SDL3/SDL_rect.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/SDL3/SDL_rect.h b/include/SDL3/SDL_rect.h
index 8f9eee4dfbf94..d0f0bbcba7876 100644
--- a/include/SDL3/SDL_rect.h
+++ b/include/SDL3/SDL_rect.h
@@ -23,7 +23,7 @@
* # CategoryRect
*
* Some helper functions for managing rectangles and 2D points, in both
- * interger and floating point versions.
+ * integer and floating point versions.
*/
#ifndef SDL_rect_h_