We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95593b6 commit c1d68a8Copy full SHA for c1d68a8
autoload/clang_format.vim
@@ -147,7 +147,7 @@ function! s:verify_command() abort
147
if invalidity == 1
148
echoerr "clang-format is not found. check g:clang_format#command."
149
elseif invalidity == 2
150
- echoerr 'clang-format 3.3 or earlier is not supported for the lack of aruguments'
+ echoerr 'clang-format 3.3 or earlier is not supported for the lack of arguments'
151
endif
152
endfunction
153
0 commit comments