Skip to content

Commit 1126504

Browse files
author
jghauser
committed
fix(fs-watcher): correct typos
1 parent d7bcc4c commit 1126504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/papis/fs-watcher.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ local function start_fs_watch_active_timer()
200200
log.debug("Taking over file system watching duties")
201201
data:sync_db()
202202
start_fs_watchers()
203-
log.debug("Start autocmd lo unset db state if this instance stops fs watchers")
203+
log.debug("Start autocmd to unset db state if this instance stops fs watchers")
204204
init_autocmd()
205205
end
206206
end)
@@ -222,7 +222,7 @@ function M.start()
222222
if not does_pid_exist(db.state:get_fw_running()) then
223223
log.debug("Starting file watchers")
224224
start_fs_watchers()
225-
log.debug("Start autocmd lo unset db state if this instance stops fs watchers")
225+
log.debug("Start autocmd to unset db state if this instance stops fs watchers")
226226
init_autocmd()
227227
else
228228
log.debug("This neovim instance will take over file watching if required")

0 commit comments

Comments
 (0)