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