From 0c392d69860399396acc3ed4a812799bb3e04776 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 7 Jul 2024 12:31:42 +0900 Subject: [PATCH] chore: update st.c inital -> initial --- src/st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/st.c b/src/st.c index 928558e..086a22c 100644 --- a/src/st.c +++ b/src/st.c @@ -2115,7 +2115,7 @@ tputc(char *c, int len) { ttywrite(VT102ID, sizeof(VT102ID) - 1); term.esc = 0; break; - case 'c': /* RIS -- Reset to inital state */ + case 'c': /* RIS -- Reset to initial state */ treset(); term.esc = 0; sdlresettitle();