branch: externals/vertico
commit a28370d07f35c5387c7a9ec2e5b67f0d4598058d
Author: Jonas Bernoulli <[email protected]>
Commit: GitHub <[email protected]>
Fix typo (#382)
---
extensions/vertico-directory.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extensions/vertico-directory.el b/extensions/vertico-directory.el
index 79f9a75206..241537143e 100644
--- a/extensions/vertico-directory.el
+++ b/extensions/vertico-directory.el
@@ -57,7 +57,7 @@ Exit with current input if prefix ARG is given."
(string-suffix-p ":" cand)))))
(progn
;; Handle ./ and ../ manually instead of via `expand-file-name' and
- ;; `abbreviate-file-name', such that we don't accidentially perform
+ ;; `abbreviate-file-name', such that we don't accidentally perform
;; unwanted substitutions in the existing completion.
(setq cand (replace-regexp-in-string "/\\./" "/" cand))
(unless (string-suffix-p "/../../" cand)