diff options
author | Trevor Woerner <trevor.woerner@linaro.org> | 2013-11-11 13:51:30 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-12 17:00:42 +0000 |
commit | 0bd1a3026a26c2c01abd31e265668541f6201bae (patch) | |
tree | ec60d23b6db0cd444608d5a888f44c888737e05b /contrib | |
parent | a1ccb5e70523be6af7f4bcaabd728af1ddaf6dc5 (diff) | |
download | bitbake-0bd1a3026a26c2c01abd31e265668541f6201bae.tar.gz |
newbb.vim: fix spelling
Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/vim/plugin/newbb.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vim/plugin/newbb.vim b/contrib/vim/plugin/newbb.vim index 053ed710a..3019c855c 100755 --- a/contrib/vim/plugin/newbb.vim +++ b/contrib/vim/plugin/newbb.vim @@ -17,7 +17,7 @@ endif fun! <SID>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 |