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

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

[nongnu] elpa/bash-completion 96ce14af96 221/313: Fix typo (#41)


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 96ce14af96 221/313: Fix typo (#41)
Date: Sat, 3 Dec 2022 10:59:32 -0500 (EST)

branch: elpa/bash-completion
commit 96ce14af9674f3e605bacca87abc0c23b8f13cd5
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Stephane Zermatten <szermatt@gmx.net>

    Fix typo (#41)
---
 bash-completion.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash-completion.el b/bash-completion.el
index be5ad25e12..2514a9af5c 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -402,7 +402,7 @@ Returns (list stub-start stub-end completions) with
          (bash-completion-comm comp process))))))
 
 (defun bash-completion--find-last (elt array)
-  "Return the position of the last intance of ELT in array or nil."
+  "Return the position of the last instance of ELT in array or nil."
   (catch 'bash-completion-return
     (let ((array-len (length array)))
       (dotimes (index array-len)



reply via email to

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