SDL: SDL_IBUS.H: Correct spelling mistake

From 6a881302ad351f1d9d3bce2b638c7c63eaed637a Mon Sep 17 00:00:00 2001
From: Hubert Maier <[EMAIL REDACTED]>
Date: Sun, 30 Oct 2022 08:35:59 +0100
Subject: [PATCH] SDL_IBUS.H: Correct spelling mistake

recieve -> receive
---
 src/core/linux/SDL_ibus.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/linux/SDL_ibus.h b/src/core/linux/SDL_ibus.h
index d7071ec59d7b..7c0bd8da77b7 100644
--- a/src/core/linux/SDL_ibus.h
+++ b/src/core/linux/SDL_ibus.h
@@ -40,7 +40,7 @@ extern void SDL_IBus_Reset(void);
 
 /* Sends a keypress event to IBus, returns SDL_TRUE if IBus used this event to
    update its candidate list or change input methods. PumpEvents should be
-   called some time after this, to recieve the TextInput / TextEditing event back. */
+   called some time after this, to receive the TextInput / TextEditing event back. */
 extern SDL_bool SDL_IBus_ProcessKeyEvent(Uint32 keysym, Uint32 keycode, Uint8 state);
 
 /* Update the position of IBus' candidate list. If rect is NULL then this will