SDL: Fixed typo (93caf)

From 93caf1cd21a608b1b9f436638025ea6ef9c94293 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 13 Sep 2024 14:59:52 -0700
Subject: [PATCH] Fixed typo

---
 include/SDL3/SDL_error.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_error.h b/include/SDL3/SDL_error.h
index 7c9e4abaffec8..4d7634201a549 100644
--- a/include/SDL3/SDL_error.h
+++ b/include/SDL3/SDL_error.h
@@ -45,7 +45,7 @@ extern "C" {
  * Calling this function will replace any previous error message that was set.
  *
  * This function always returns SDL_FALSE, since SDL frequently uses SDL_FALSE
- * to signify an failing result, leading to this idiom:
+ * to signify a failing result, leading to this idiom:
  *
  * ```c
  * if (error_code) {