From 6ffdf671058ca9f5f65355475b67816b386fb691 Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Sat, 3 Feb 2024 10:43:01 -0800 Subject: [Keyboard] Fix typos in comment --- xbmc/input/keyboard/XBMC_keysym.h | 4 ++-- 1 file 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 -- cgit v1.2.3