From 27315ea9549a577adbe24b714db68404d04b79c2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 30 Jan 2022 21:19:38 +0100 Subject: [PATCH] libtextstyle: Fix a comment. * libtextstyle/gnulib-local/lib/term-ostream.oo.c (term_ostream_create): Fix typo in comment. --- libtextstyle/gnulib-local/lib/term-ostream.oo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtextstyle/gnulib-local/lib/term-ostream.oo.c b/libtextstyle/gnulib-local/lib/term-ostream.oo.c index 38490e476..33f46509d 100644 --- a/libtextstyle/gnulib-local/lib/term-ostream.oo.c +++ b/libtextstyle/gnulib-local/lib/term-ostream.oo.c @@ -2564,7 +2564,7 @@ term_ostream_create (int fd, const char *filename, ttyctl_t tty_control) #ifdef __BEOS__ /* The BeOS termcap entry for "beterm" is broken: For "AF" and - "AB" it contains balues in terminfo syntax but the system's + "AB" it contains values in terminfo syntax but the system's tparam() function understands only the termcap syntax. */ if (stream->set_a_foreground != NULL && strcmp (stream->set_a_foreground, "\033[3%p1%dm") == 0) -- 2.47.3