diff mbox

newbb.vim: fix spelling

Message ID 1384195890-1465-1-git-send-email-trevor.woerner@linaro.org
State New
Headers show

Commit Message

Trevor Woerner Nov. 11, 2013, 6:51 p.m. UTC
Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
---
 contrib/vim/plugin/newbb.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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