emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/package.el-reload-files-on-upgrade 93003f1 4/6: Ty


From: Artur Malabarba
Subject: [Emacs-diffs] scratch/package.el-reload-files-on-upgrade 93003f1 4/6: Typo
Date: Sat, 13 Dec 2014 02:47:44 +0000

branch: scratch/package.el-reload-files-on-upgrade
commit 93003f195e37f4a190eee096b79e77bd8fa9cf22
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    Typo
---
 lisp/emacs-lisp/package.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index f4fd33d..c84679c 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -574,7 +574,7 @@ loaded last."
     ;; Turn the list of (FILENAME . POS) back into a list of features.
     (mapcar (lambda (x) (file-name-base (car x)))
      (sort list-of-conflicts
-          ;; Sort the files by ascending HISORY-POSITION.
+          ;; Sort the files by ascending HISTORY-POSITION.
           (lambda (x y) (< (cdr x) (cdr y)))))))
 
 (defun package-built-in-p (package &optional min-version)



reply via email to

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