[bitbake-devel] [PATCH] newbb.vim: fix spelling

Trevor Woerner trevor.woerner at linaro.org
Mon Nov 11 18:51:30 UTC 2013


Signed-off-by: Trevor Woerner <trevor.woerner at linaro.org>
---
 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 053ed71..3019c85 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
-- 
1.8.4.474.g128a96c




More information about the bitbake-devel mailing list