Quellcode durchsuchen

Fixed comment typo

Sam Lantinga vor 3 Jahren
Ursprung
Commit
d95a52c9a5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/video/wayland/SDL_waylandkeyboard.c

+ 1 - 1
src/video/wayland/SDL_waylandkeyboard.c

@@ -140,7 +140,7 @@ Wayland_SetTextInputRect(_THIS, SDL_Rect *rect)
 SDL_bool
 Wayland_HasScreenKeyboardSupport(_THIS)
 {
-    /* In reality we just want to return tru when the screen keyboard is the
+    /* In reality we just want to return true when the screen keyboard is the
      * _only_ way to get text input. So, in addition to checking for the text
      * input protocol, make sure we don't have any physical keyboards either.
      */