Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kbtz authored and jbyuki committed Oct 15, 2024
1 parent 0f0d5bc commit ad065ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/osv/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function M.launch(opts)
return
end

if not hook_addres then
if not hook_address then
hook_address = vim.fn.serverstart()
end

Expand Down
2 changes: 1 addition & 1 deletion src/launch.lua.t
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end
local hook_address

@set_hook_instance_address+=
if not hook_addres then
if not hook_address then
hook_address = vim.fn.serverstart()
end

Expand Down

0 comments on commit ad065ad

Please sign in to comment.