aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/shebang_update.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/shebang_update.vim')
-rw-r--r--vim/plugin/shebang_update.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/plugin/shebang_update.vim b/vim/plugin/shebang_update.vim
index 1dbcaf67..60031e26 100644
--- a/vim/plugin/shebang_update.vim
+++ b/vim/plugin/shebang_update.vim
@@ -1,5 +1,5 @@
"
-" shabeng_update.vim: If the first line of a file was changed, re-run
+" shebang_update.vim: If the first line of a file was changed, re-run "
" scripts.vim to do shebang detection to update the filetype.
"
" Author: Tom Ryder <tom@sanctum.geek.nz>