branch: elpa/package-lint
commit 8c287802320eba62d6c6f24ad611a851d3392b27
Author: Steve Purcell <st...@sanityinc.com>
Commit: GitHub <nore...@github.com>

    Fix tiny typo
---
 package-lint.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package-lint.el b/package-lint.el
index 80a853fd257..328521eeb65 100644
--- a/package-lint.el
+++ b/package-lint.el
@@ -1168,7 +1168,7 @@ them as a list of strings."
                            (cond
                             ((fboundp 'lm-code-start) (lm-code-start)) ; >=30
                             ((fboundp 'lm-code-mark) (lm-code-mark))   ; <=29
-                            ((error "BUG: lm-code-{start,mark} disappeard")))
+                            ((error "BUG: lm-code-{start,mark} disappeared")))
                            t)
     (let ((start-pos (match-beginning 3))
           (val (match-string-no-properties 3)))

Reply via email to