]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: newbb.vim: fix spelling
authorTrevor Woerner <trevor.woerner@linaro.org>
Mon, 11 Nov 2013 18:51:30 +0000 (13:51 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Nov 2013 17:01:37 +0000 (17:01 +0000)
(Bitbake rev: 0bd1a3026a26c2c01abd31e265668541f6201bae)

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/contrib/vim/plugin/newbb.vim

index 053ed710ac54f58c9f62728c0ddfd3fe57204808..3019c855c0fd50e8a3ea16e5e60e53722aed3fac 100755 (executable)
@@ -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