diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 666196b..39b297a 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -2098,7 +2098,7 @@ function! s:PrintHelp() abort \ ['preview', 'As above, but stay in tagbar window'], \ ['previewwin', 'Show tag in preview window'], \ ['nexttag', 'Go to next top-level tag'], - \ ['prevtag', 'Go to preveous top-level tag'], + \ ['prevtag', 'Go to previous top-level tag'], \ ['showproto', 'Display tag prototype'], \ ['hidenonpublic', 'Hide non-public tags'], \ ]