From 0bff933860aed910707096eba9d5f3de262caef4 Mon Sep 17 00:00:00 2001 From: Puru Date: Fri, 15 Jul 2016 16:35:03 +0545 Subject: [PATCH] Fixed version typo. --- kilo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);