]> git.armaanb.net Git - st.git/blobdiff - st.c
st: small typofix in comment
[st.git] / st.c
diff --git a/st.c b/st.c
index 46cf2da6999592dd9f807b41d803cbf5c453f339..a51d19c61b1210bd35a482a8a05002961ef100cd 100644 (file)
--- a/st.c
+++ b/st.c
@@ -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();