diff --git a/kilo.c b/kilo.c index 0d8aef4e..1a885a67 100644 --- a/kilo.c +++ b/kilo.c @@ -894,7 +894,7 @@ void editorRefreshScreen(void) { if (E.numrows == 0 && y == E.screenrows/3) { char welcome[80]; int welcomelen = snprintf(welcome,sizeof(welcome), - "Kilo editor -- verison %s\x1b[0K\r\n", KILO_VERSION); + "Kilo editor -- version %s\x1b[0K\r\n", KILO_VERSION); int padding = (E.screencols-welcomelen)/2; if (padding) { abAppend(&ab,"~",1);