]> 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, 30 Jan 2022 20:19:38 +0000 (21:19 +0100)
* libtextstyle/gnulib-local/lib/term-ostream.oo.c (term_ostream_create): Fix
typo in comment.

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

index 38490e4769e91bcb6fbfa2643af97e8d551369ad..33f46509d370a93d0c7946e7f8ed95408527b727 100644 (file)
@@ -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)