SDL: Typo fix

From bc9d12e5605796dad905091aaacef6948e24f5ed Mon Sep 17 00:00:00 2001
From: Loymdayddaud <[EMAIL REDACTED]>
Date: Sun, 15 Sep 2024 06:55:12 +0300
Subject: [PATCH] Typo fix

---
 sdl2.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdl2.m4 b/sdl2.m4
index 274753b118aaf..ca96369a2e0a6 100644
--- a/sdl2.m4
+++ b/sdl2.m4
@@ -197,7 +197,7 @@ int main(int argc, char *argv[])
           echo "*** If you have an old version installed, it is best to remove it, although"
           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"],
         [ echo "*** The test program failed to compile or link. See the file config.log for the"
-          echo "*** exact error that occured. This usually means SDL was incorrectly installed"
+          echo "*** exact error that occurred. This usually means SDL was incorrectly installed"
           echo "*** or that you have moved SDL since it was installed. In the latter case, you"
           echo "*** may want to edit the sdl2-config script: $SDL2_CONFIG" ])
           CFLAGS="$ac_save_CFLAGS"