emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico a28370d07f: Fix typo (#382)


From: ELPA Syncer
Subject: [elpa] externals/vertico a28370d07f: Fix typo (#382)
Date: Fri, 14 Jul 2023 03:59:32 -0400 (EDT)

branch: externals/vertico
commit a28370d07f35c5387c7a9ec2e5b67f0d4598058d
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: GitHub <noreply@github.com>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]