st: small typofix in comment

This commit is contained in:
Hiltjo Posthuma 2018-11-04 14:30:56 +01:00
parent 30ec9a3dc3
commit b4d68d4daa

2
st.c
View file

@ -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();