Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Apr 25, 2018
1 parent 1e39a81 commit d7bfdd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoload/lsc/server.vim
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function! lsc#server#register(filetype, config) abort
let config = {'command': a:config, 'name': a:config}
else
if type(a:config) != v:t_dict
throw 'Server configuration msut be an executable or a dic'
throw 'Server configuration msut be an executable or a dict'
endif
let config = a:config
if !has_key(config, 'command')
Expand Down
2 changes: 1 addition & 1 deletion doc/lsc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ given name is used. Defaults to the same value as `'command'`. Filetypes which
are configured with the same name use the same server.

*lsc-server-enabled*
`'enabled'`: Set to `v:false` so aoid starting the server until
`'enabled'`: Set to `v:false` to avoid starting the server until
|:LSClientEnable| is called.

*lsc-server-message_hooks*
Expand Down

0 comments on commit d7bfdd1

Please sign in to comment.