From: Bruno Haible Date: Sun, 30 Jan 2022 20:19:38 +0000 (+0100) Subject: libtextstyle: Fix a comment. X-Git-Tag: v0.22~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27315ea9549a577adbe24b714db68404d04b79c2;p=thirdparty%2Fgettext.git libtextstyle: Fix a comment. * libtextstyle/gnulib-local/lib/term-ostream.oo.c (term_ostream_create): Fix typo in comment. --- 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)