Skip to content

Commit 2bb5890

Browse files
committed
Fix typo.
1 parent 4727ac0 commit 2bb5890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ivy-file-preview.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ If CURRENT-OV is non-nil it create overlay that are currently selected."
200200
(overlay-put ol 'face (if current-ov 'ivy-current-match
201201
'ivy-minibuffer-match-highlight))
202202
(overlay-put ol 'priority (if current-ov 100 0))
203-
(push ol ivy-file-preview--overlays) ; NOTE: Eventually get managed bt list.
203+
(push ol ivy-file-preview--overlays) ; NOTE: Eventually get managed to list.
204204
ol))
205205

206206
(defun ivy-file-preview--make-current-overlay (&optional beg end)

0 commit comments

Comments
 (0)