]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libtextstyle: Fix a comment.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Jan 2022 20:19:38 +0000 (21:19 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 9 Oct 2022 07:30:42 +0000 (09:30 +0200)
* libtextstyle/gnulib-local/lib/term-ostream.oo.c (term_ostream_create): Fix
typo in comment.

libtextstyle/gnulib-local/lib/term-ostream.oo.c

index a9ed8ae490dfba0f641c240b99e656a39078db34..c795f5d506c37dfc23e9a538fa4645ed5142bfb1 100644 (file)
@@ -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)