diff --git a/kilo.c b/kilo.c index 9490a77..3388735 100644 --- a/kilo.c +++ b/kilo.c @@ -870,7 +870,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);