From d6c5bc3262594d265cf9a506e9cd4afb033e4f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 26 Dec 2021 16:37:11 +0100 Subject: [PATCH] csi: DECRARA: fix comment: DECCARA -> DECRARA --- csi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csi.c b/csi.c index b5d58f97..881a8ce1 100644 --- a/csi.c +++ b/csi.c @@ -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;