Skip to content

Commit e5b65bb

Browse files
committed
fix: typo in error message
1 parent fc015b7 commit e5b65bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/copilot/config/should_attach.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local should_attach = {
66
---@type ShouldAttachFunc
77
default = function(_, _)
88
if not vim.bo.buflisted then
9-
logger.debug("not attaching, bugger is not 'buflisted'")
9+
logger.debug("not attaching, buffer is not 'buflisted'")
1010
return false
1111
end
1212

0 commit comments

Comments
 (0)