bitbake: newbb.vim: fix spelling

(Bitbake rev: 0bd1a3026a26c2c01abd31e265668541f6201bae)

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Trevor Woerner 2013-11-11 13:51:30 -05:00 committed by Richard Purdie
parent 520f95364a
commit b9d81043df
1 changed files with 1 additions and 1 deletions

View File

@ -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