From 0bd1a3026a26c2c01abd31e265668541f6201bae Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Mon, 11 Nov 2013 13:51:30 -0500 Subject: [PATCH] newbb.vim: fix spelling Signed-off-by: Trevor Woerner Signed-off-by: Richard Purdie --- contrib/vim/plugin/newbb.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/vim/plugin/newbb.vim b/contrib/vim/plugin/newbb.vim index 053ed710ac5..3019c855c0f 100755 --- a/contrib/vim/plugin/newbb.vim +++ b/contrib/vim/plugin/newbb.vim @@ -17,7 +17,7 @@ endif fun! GetUserName() let l:user_name = system("git config --get user.name") if v:shell_error - return "Unknow User" + return "Unknown User" else return substitute(l:user_name, "\n", "", "") endfun -- 2.47.3