csi: DECRARA: fix comment: DECCARA -> DECRARA

This commit is contained in:
Daniel Eklöf 2021-12-26 16:37:11 +01:00
parent f5c574cd94
commit d6c5bc3262
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
csi.c
View file

@ -1830,7 +1830,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
for (size_t i = 4; i < term->vt.params.idx; i++) {
const int param = term->vt.params.v[i].value;
/* DECCARA only supports a sub-set of SGR parameters */
/* DECRARA only supports a sub-set of SGR parameters */
switch (param) {
case 0:
a->bold = !a->bold;