[hackers] [st] st: small typofix in comment || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Sun, 4 Nov 2018 14:31:10 +0100 (CET)

commit b4d68d4daa2716c0064605a2a92082a7287ee54a
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Sun Nov 4 14:30:56 2018 +0100
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Sun Nov 4 14:30:56 2018 +0100

    st: small typofix in comment

diff --git a/st.c b/st.c
index 46cf2da..a51d19c 100644
--- a/st.c
+++ b/st.c
_AT_@ -2262,7 +2262,7 @@ eschandle(uchar ascii)
         case 'Z': /* DECID -- Identify Terminal */
                 ttywrite(vtiden, strlen(vtiden), 0);
                 break;
- case 'c': /* RIS -- Reset to inital state */
+ case 'c': /* RIS -- Reset to initial state */
                 treset();
                 resettitle();
                 xloadcols();
Received on Sun Nov 04 2018 - 14:31:10 CET

This archive was generated by hypermail 2.3.0 : Sun Nov 04 2018 - 14:36:22 CET