From: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 4 Nov 2018 13:30:56 +0000 (+0100)
Subject: st: small typofix in comment
X-Git-Tag: 0.8.2~7
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=b4d68d4daa2716c0064605a2a92082a7287ee54a;p=st.git

st: small typofix in comment
---

diff --git a/st.c b/st.c
index 46cf2da..a51d19c 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();