diff --git a/lua/lazy/health.lua b/lua/lazy/health.lua index 8fc6e95..8757b77 100644 --- a/lua/lazy/health.lua +++ b/lua/lazy/health.lua @@ -14,7 +14,7 @@ function M.check() if vim.fn.executable("git") == 1 then ok("Git installed") else - error("Git not installd?") + error("Git not installed?") end local sites = vim.opt.packpath:get()