1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Fix a batch of typos in comments and docs.

This commit is contained in:
Simon Tatham
2022-01-03 06:38:07 +00:00
parent f9d0557330
commit 4ecb40a60d
10 changed files with 11 additions and 11 deletions

View File

@ -4178,7 +4178,7 @@ static int TranslateKey(UINT message, WPARAM wParam, LPARAM lParam,
}
/* Nastyness with NUMLock - Shift-NUMLock is left alone though */
/* Nastiness with NUMLock - Shift-NUMLock is left alone though */
if ((funky_type == FUNKY_VT400 ||
(funky_type <= FUNKY_LINUX && term->app_keypad_keys &&
!no_applic_k))