]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/gnus-art.el (gnus-button-handle-library): Fix typo.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 29 Sep 2016 23:25:42 +0000 (23:25 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 29 Sep 2016 23:25:42 +0000 (23:25 +0000)
lisp/gnus/gnus-art.el

index 66b1e38da2efe09141af42cc3fb9c9268aa953ed..67e604910ab3e19ed342d04206594aca851c0ce4 100644 (file)
@@ -7738,7 +7738,7 @@ Calls `describe-variable' or `describe-function'."
   (let* ((lib (locate-library url))
         (file (gnus-replace-in-string (or lib "") "\\.elc" ".el")))
     (if (not lib)
-       (gnus-message 1 "Cannot locale library `%s'." url)
+       (gnus-message 1 "Cannot locate library `%s'." url)
       (find-file-read-only file))))
 
 (defcustom gnus-button-man-level 5