summaryrefslogtreecommitdiffstats
path: root/bitbake/contrib
diff options
context:
space:
mode:
authorTrevor Woerner <trevor.woerner@linaro.org>2013-11-11 13:51:30 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-12 17:01:37 +0000
commitb9d81043df6fee711a1f91ad236cbd4553275411 (patch)
treec77abdc6d6bb6323aaf8e19c7b28d5ed1acc8e15 /bitbake/contrib
parent520f95364aff82bac6d6fbf2c013a6d60c1d4b51 (diff)
downloadast2050-yocto-poky-b9d81043df6fee711a1f91ad236cbd4553275411.zip
ast2050-yocto-poky-b9d81043df6fee711a1f91ad236cbd4553275411.tar.gz
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>
Diffstat (limited to 'bitbake/contrib')
-rwxr-xr-xbitbake/contrib/vim/plugin/newbb.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/contrib/vim/plugin/newbb.vim b/bitbake/contrib/vim/plugin/newbb.vim
index 053ed71..3019c85 100755
--- a/bitbake/contrib/vim/plugin/newbb.vim
+++ b/bitbake/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
OpenPOWER on IntegriCloud