Fix typos

Typos found with codespell.
This commit is contained in:
Damien Cassou 2019-11-26 20:25:00 +01:00
parent d71a3274cf
commit 6abd718627
No known key found for this signature in database
GPG key ID: B68746238E59B548
2 changed files with 4 additions and 4 deletions

View file

@ -672,7 +672,7 @@ construct the command.")
(counsel-projectile-switch-project 'counsel-projectile-switch-project-action-git-grep))
(defun counsel-projectile-grep-transformer (str)
"Higlight file and line number in STR, first removing the
"Highlight file and line number in STR, first removing the
\"./\" prefix from the filename."
;; This makes the display consistent with `counsel-git-grep' and
;; `counsel-ag'-like commands.