summaryrefslogtreecommitdiff
path: root/lua/lvim/utils
diff options
context:
space:
mode:
authorchaesngmin <[email protected]>2022-10-03 10:19:59 +0900
committerGitHub <[email protected]>2022-10-03 01:19:59 +0000
commit6a72ad281e598e445d37aaa87a9ef293d974bc40 (patch)
tree74974fdbc86d385c882d5d0a9123582ef17a48ea /lua/lvim/utils
parent3008c752982553a25f9bc9967f5757af66c7df7e (diff)
Fix: correct typos (#3117)
Diffstat (limited to 'lua/lvim/utils')
-rw-r--r--lua/lvim/utils/hooks.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/utils/hooks.lua b/lua/lvim/utils/hooks.lua
index 00b07afb..fd78ef19 100644
--- a/lua/lvim/utils/hooks.lua
+++ b/lua/lvim/utils/hooks.lua
@@ -63,7 +63,7 @@ function M.run_post_update()
end)
local ret = require_clean("lvim.utils.git").switch_lvim_branch(compat_tag)
if ret then
- vim.notify("Reverted to the last known compatibile version: " .. compat_tag, vim.log.levels.WARN)
+ vim.notify("Reverted to the last known compatible version: " .. compat_tag, vim.log.levels.WARN)
end
return
end