From dbb6ee55e89f1d6474b176a15987c1f10c9457e6 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 13 Jan 2023 23:33:03 +0100 Subject: [PATCH] Fixed minor typo --- conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.h b/conf.h index e3bc82b..62ffdc8 100644 --- a/conf.h +++ b/conf.h @@ -117,10 +117,10 @@ static struct highlight { {"---", {8 | SYN_BD}, "^.*$"}, }; -/* how to hightlight current line (hll option) */ +/* how to highlight current line (hll option) */ #define SYN_LINE (SYN_BGMK(11)) -/* how to hightlight text in the reverse direction */ +/* how to highlight text in the reverse direction */ #define SYN_REVDIR (SYN_BGMK(7)) /* define it as "\33[8l" to disable BiDi in vte-based terminals */