Fix speech error in comment - st - Personal fork of st
 (HTM) git clone git://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6312f76ca47f94119a7740dd36f7dd6ce037e907
 (DIR) parent 0df350cd0b64f83fbc2324bb2a1bc04b51e657e0
 (HTM) Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
       Date:   Thu, 15 Nov 2012 20:57:37 +0100
       
       Fix speech error in comment
       
       ---
        st.c |    2 +-
        1 file changed, 1 insertion(+), 1 deletion(-)
       Diffstat:
         M st.c                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/st.c b/st.c
       @@ -2082,7 +2082,7 @@ tputc(char *c, int len) {
                                }
                        }
                        /*
       -                 * All characters which forms part of a sequence are not
       +                 * All characters which form part of a sequence are not
                         * printed
                         */
                        return;