aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2024-02-03 10:43:01 -0800
committerGarrett Brown <themagnificentmrb@gmail.com>2024-02-03 14:25:47 -0800
commit6ffdf671058ca9f5f65355475b67816b386fb691 (patch)
tree96bb59eba01a67bb945c9b0b7e8cca88f7df3542
parent264b44decda328f9308964c86242f0a9997387bc (diff)
[Keyboard] Fix typos in comment
-rw-r--r--xbmc/input/keyboard/XBMC_keysym.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/input/keyboard/XBMC_keysym.h b/xbmc/input/keyboard/XBMC_keysym.h
index 2ea921ff9f..727ce0faa8 100644
--- a/xbmc/input/keyboard/XBMC_keysym.h
+++ b/xbmc/input/keyboard/XBMC_keysym.h
@@ -16,13 +16,13 @@
// The XBMC_keysym identifies a physical key on the keyboard i.e. it is
// analogous to a scan code but is hardware independent.
-// These values are bazsed on the SDL_keysym standards, see:
+// These values are based on the SDL_keysym standards, see:
//
// http://www.libsdl.org/tmp/SDL-1.3-docs/SDL__keysym_8h.html
//
// On SDL_KEYDOWN messages the keysym.sym will be one of these values.
//
-// On OSs that don't support SDL (i.e. Windows) the OS dependant key
+// On OSs that don't support SDL (i.e. Windows) the OS dependent key
// handling code converts keypresses to an XBMC_keysym value.
enum XBMCKey