From ace7f1404bda04ab70f1aba882ad8a1b8d72a4f5 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Thu, 29 Sep 2016 23:25:42 +0000 Subject: [PATCH] * lisp/gnus/gnus-art.el (gnus-button-handle-library): Fix typo. --- lisp/gnus/gnus-art.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 66b1e38da2e..67e604910ab 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -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 -- 2.39.2