Skip to content

Commit ea7683c

Browse files
committed
Fix typo in comment
1 parent 7dfcc81 commit ea7683c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/blamer.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function! blamer#GetMessage(file, line_number, line_count) abort
122122
return ''
123123
endif
124124

125-
" Echo unkown errors in order to catch them
125+
" Echo unknown errors in order to catch them
126126
echo '[blamer.nvim] ' . l:result
127127
return ''
128128
endif

0 commit comments

Comments
 (0)