mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
Fix a batch of typos in comments and docs.
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
*
|
||||
* Since the jumplist is write-only: it can only be replaced and the
|
||||
* current list cannot be read, we must maintain the contents of the
|
||||
* list persistantly in the registry. The file winstore.h contains
|
||||
* list persistently in the registry. The file winstore.h contains
|
||||
* functions to directly manipulate these registry entries. This file
|
||||
* contains higher level functions to manipulate the jumplist.
|
||||
*/
|
||||
|
@ -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))
|
||||
|
Reference in New Issue
Block a user