summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index d34dfbc0475..0275da39229 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -1718,7 +1718,7 @@ and make them available for download."
(car archive)))))
(package-read-all-archive-contents)
(package--build-compatibility-table)
- (message "Package refersh done"))
+ (message "Package refresh done"))
(defun package--find-non-dependencies ()
"Return a list of installed packages which are not dependencies.