We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3815eb commit 6411235Copy full SHA for 6411235
methods/el-get-elpa.el
@@ -57,7 +57,7 @@ ALIST-ELEM should be an element from `package-alist' or
57
(let* ((descs (cdr (assq pkg package-archive-contents))))
58
(cond
59
((consp descs) (car descs))
60
- ((null descs) (error "Couln't find package `%s'" pkg))
+ ((null descs) (error "Couldn't find package `%s'" pkg))
61
(t pkg))))
62
63
(defun el-get-elpa-package-archive-base (pkg)
0 commit comments