Skip to content

Commit c1d68a8

Browse files
committed
Fix small typo in s:verify_command()
1 parent 95593b6 commit c1d68a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/clang_format.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function! s:verify_command() abort
147147
if invalidity == 1
148148
echoerr "clang-format is not found. check g:clang_format#command."
149149
elseif invalidity == 2
150-
echoerr 'clang-format 3.3 or earlier is not supported for the lack of aruguments'
150+
echoerr 'clang-format 3.3 or earlier is not supported for the lack of arguments'
151151
endif
152152
endfunction
153153

0 commit comments

Comments
 (0)