Skip to content

Commit ad065ad

Browse files
kbtzjbyuki
authored andcommitted
fix typo
1 parent 0f0d5bc commit ad065ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/osv/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function M.launch(opts)
190190
return
191191
end
192192

193-
if not hook_addres then
193+
if not hook_address then
194194
hook_address = vim.fn.serverstart()
195195
end
196196

src/launch.lua.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ end
4141
local hook_address
4242

4343
@set_hook_instance_address+=
44-
if not hook_addres then
44+
if not hook_address then
4545
hook_address = vim.fn.serverstart()
4646
end
4747

0 commit comments

Comments
 (0)