fix typos

This commit is contained in:
Harri Nieminen 2023-03-29 00:31:49 +03:00
parent 296e75f4f5
commit ae26915916
6 changed files with 10 additions and 10 deletions

2
csi.c
View file

@ -1518,7 +1518,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
break; /* final == 'm' */
case 'n': {
int resource = vt_param_get(term, 0, 2); /* Default is modifyFuncionKeys */
int resource = vt_param_get(term, 0, 2); /* Default is modifyFunctionKeys */
switch (resource) {
case 0: /* modifyKeyboard */
case 1: /* modifyCursorKeys */