From 00e7219d5142b6006cef1e6b10c369ce077381a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=BB=E7=92=83=E5=85=94?= <48943340+Polytoo@users.noreply.github.com> Date: Fri, 20 Mar 2020 06:31:09 -0400 Subject: [PATCH] Fix some spelling mistakes Fix some spelling mistakes --- nx/include/switch/applets/swkbd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nx/include/switch/applets/swkbd.h b/nx/include/switch/applets/swkbd.h index f28854ea..7714c0ef 100644 --- a/nx/include/switch/applets/swkbd.h +++ b/nx/include/switch/applets/swkbd.h @@ -21,9 +21,9 @@ typedef enum { SwkbdType_Normal = 0, ///< Normal keyboard. SwkbdType_NumPad = 1, ///< Number pad. The buttons at the bottom left/right are only available when they're set by \ref swkbdConfigSetLeftOptionalSymbolKey / \ref swkbdConfigSetRightOptionalSymbolKey. SwkbdType_QWERTY = 2, ///< QWERTY (and variants) keyboard only. - SwkbdType_Unkown = 3, ///< The same as SwkbdType_Normal keyboard. - SwkbdType_Latin = 4, ///< Latin like languages keyboard only. - SwkbdType_CHS = 5, ///< Chinese Simplifid keyboard only. + SwkbdType_Unknown = 3, ///< The same as SwkbdType_Normal keyboard. + SwkbdType_Latin = 4, ///< All Latin like languages keyboard only. (without CJK keyboard) + SwkbdType_CHS = 5, ///< Chinese Simplified keyboard only. SwkbdType_CHT = 6, ///< Chinese Traditional keyboard only. SwkbdType_Korean = 7, ///< Korean keyboard only. SwkbdType_All = 8, ///< All language keyboards.