[Xfce4-commits] [apps/xfce4-terminal] 01/01: Fix typo in the comment

noreply at xfce.org noreply at xfce.org
Thu Jan 3 22:50:31 CET 2019


This is an automated email from the git hooks/post-receive script.

f   2   4   0   4       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-terminal.

commit 6100005299b395509386cbb0c4138ae1dd78971a
Author: Igor <f2404 at yandex.ru>
Date:   Thu Jan 3 16:49:05 2019 -0500

    Fix typo in the comment
---
 terminal/terminal-screen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index 7f1ed00..1495cbb 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -1140,7 +1140,7 @@ terminal_screen_update_colors (TerminalScreen *screen)
   /* the meaning of NULL for bold color changed in vte 0.52: see bug #15019 */
   vte_terminal_set_color_bold (VTE_TERMINAL (screen->terminal), bold_use_default ? NULL : &bold);
 #else
-  /* avoding computed bold color for older vte versions */
+  /* avoid computed bold color for older vte versions */
   if (!bold_use_default || has_fg)
     vte_terminal_set_color_bold (VTE_TERMINAL (screen->terminal), bold_use_default ? &fg : &bold);
 #endif

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list