aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiltjo Posthuma2018-11-04 14:30:56 +0100
committerHiltjo Posthuma2018-11-04 14:30:56 +0100
commit3e89ab81fcc25bbc2f22816e49d60214c01a6dee (patch)
tree8cce21f4562d08e8bf181c2e2f4196e8a7e0767d
parentde6b2fd75b55019411a9f4cd7292a07dd4563846 (diff)
downloadaur-3e89ab81fcc25bbc2f22816e49d60214c01a6dee.tar.gz
st: small typofix in comment
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 46cf2da69995..a51d19c61b12 100644
--- 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();