summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-11-04 14:30:56 +0100
committerterriblephrases <terriblephrases@gmail.com>2018-12-16 02:18:36 +0100
commit3061ebd7e17053bb0a928eda868136a4d5f59997 (patch)
treefa580e75576039fac217b5b5d5a442406d63ac30 /st.c
parent539e145e65c5f1bf773c2e9cae1315e54d8055ce (diff)
st: small typofix in comment
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index a6310f7..bc761ba 100644
--- a/st.c
+++ b/st.c
@@ -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();