From: Trevor Woerner Date: Mon, 11 Nov 2013 18:51:30 +0000 (-0500) Subject: newbb.vim: fix spelling X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bd1a3026a26c2c01abd31e265668541f6201bae;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git newbb.vim: fix spelling Signed-off-by: Trevor Woerner Signed-off-by: Richard Purdie --- 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