Skip to content

Commit

Permalink
Merge pull request #708 from flebel/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
fatih committed Feb 3, 2016
2 parents a1cfa11 + 7f5d87c commit de369ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/cmd.vim
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function! go#cmd#Run(bang, ...)
endfunction

" Install installs the package by simple calling 'go install'. If any argument
" is given(which are passed directly to 'go instal') it tries to install those
" is given(which are passed directly to 'go install') it tries to install those
" packages. Errors are populated in the location window.
function! go#cmd#Install(bang, ...)
let default_makeprg = &makeprg
Expand Down

0 comments on commit de369ba

Please sign in to comment.