diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-11-04 14:30:56 +0100 |
---|---|---|
committer | terriblephrases <terriblephrases@gmail.com> | 2018-12-16 02:18:36 +0100 |
commit | 3061ebd7e17053bb0a928eda868136a4d5f59997 (patch) | |
tree | fa580e75576039fac217b5b5d5a442406d63ac30 /st.c | |
parent | 539e145e65c5f1bf773c2e9cae1315e54d8055ce (diff) |
st: small typofix in comment
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2388,7 +2388,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(); |