branch: elpa/bash-completion
commit 96ce14af9674f3e605bacca87abc0c23b8f13cd5
Author: Jonas Bernoulli <[email protected]>
Commit: Stephane Zermatten <[email protected]>
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)