From: Bruno Haible Date: Sun, 30 Jan 2022 20:19:38 +0000 (+0100) Subject: libtextstyle: Fix a comment. X-Git-Tag: v0.21.1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36224a680144cf27ad6b65c7c38909a31b48162d;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 a9ed8ae49..c795f5d50 100644 --- a/libtextstyle/gnulib-local/lib/term-ostream.oo.c +++ b/libtextstyle/gnulib-local/lib/term-ostream.oo.c @@ -2562,7 +2562,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)