aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-11-27 19:28:28 -0500
committerGlenn Morris2017-11-27 19:28:28 -0500
commit22ff46e6d85e3f023eb84ef7e8fe3de8947caf81 (patch)
treec654e0bf610c5ea0a8897f5e1476e8e60c0448f4
parent340f74daa8ac5fab0efc35d12ef5cf5cb3507b22 (diff)
downloademacs-22ff46e6d85e3f023eb84ef7e8fe3de8947caf81.tar.gz
emacs-22ff46e6d85e3f023eb84ef7e8fe3de8947caf81.zip
; Fix some comment typos
-rw-r--r--lisp/gnus/message.el4
-rw-r--r--lisp/gnus/mm-decode.el2
-rw-r--r--lisp/gnus/smime.el2
3 files changed, 4 insertions, 4 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index d9f3427b95b..22de7fee81d 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -4775,7 +4775,7 @@ to find out how to use this."
4775 message-qmail-inject-program nil nil nil 4775 message-qmail-inject-program nil nil nil
4776 ;; qmail-inject's default behavior is to look for addresses on the 4776 ;; qmail-inject's default behavior is to look for addresses on the
4777 ;; command line; if there're none, it scans the headers. 4777 ;; command line; if there're none, it scans the headers.
4778 ;; yes, it does The Right Thing w.r.t. Resent-To and it's kin. 4778 ;; yes, it does The Right Thing w.r.t. Resent-To and its kin.
4779 ;; 4779 ;;
4780 ;; in general, ALL of qmail-inject's defaults are perfect for simply 4780 ;; in general, ALL of qmail-inject's defaults are perfect for simply
4781 ;; reading a formatted (i. e., at least a To: or Resent-To header) 4781 ;; reading a formatted (i. e., at least a To: or Resent-To header)
@@ -4793,7 +4793,7 @@ to find out how to use this."
4793 (if (functionp message-qmail-inject-args) 4793 (if (functionp message-qmail-inject-args)
4794 (funcall message-qmail-inject-args) 4794 (funcall message-qmail-inject-args)
4795 message-qmail-inject-args))) 4795 message-qmail-inject-args)))
4796 ;; qmail-inject doesn't say anything on it's stdout/stderr, 4796 ;; qmail-inject doesn't say anything on its stdout/stderr,
4797 ;; we have to look at the retval instead 4797 ;; we have to look at the retval instead
4798 (0 nil) 4798 (0 nil)
4799 (100 (error "qmail-inject reported permanent failure")) 4799 (100 (error "qmail-inject reported permanent failure"))
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el
index c6ac0567fbb..82b378e6270 100644
--- a/lisp/gnus/mm-decode.el
+++ b/lisp/gnus/mm-decode.el
@@ -676,7 +676,7 @@ MIME-Version header before proceeding."
676 (mm-alist-to-plist (cdr ctl)) (car ctl)) 676 (mm-alist-to-plist (cdr ctl)) (car ctl))
677 677
678 ;; what really needs to be done here is a way to link a 678 ;; what really needs to be done here is a way to link a
679 ;; MIME handle back to it's parent MIME handle (in a multilevel 679 ;; MIME handle back to its parent MIME handle (in a multilevel
680 ;; MIME article). That would probably require changing 680 ;; MIME article). That would probably require changing
681 ;; the mm-handle API so we simply store the multipart buffer 681 ;; the mm-handle API so we simply store the multipart buffer
682 ;; name as a text property of the "multipart/whatever" string. 682 ;; name as a text property of the "multipart/whatever" string.
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el
index f62b65a0661..21f8c09e1cb 100644
--- a/lisp/gnus/smime.el
+++ b/lisp/gnus/smime.el
@@ -67,7 +67,7 @@
67;; 67;;
68;; To be able to verify messages you need to build up trust with 68;; To be able to verify messages you need to build up trust with
69;; someone. Perhaps you trust the CA that issued your certificate, at 69;; someone. Perhaps you trust the CA that issued your certificate, at
70;; least I did, so I export it's certificates from my PKCS#12 70;; least I did, so I export its certificates from my PKCS#12
71;; certificate with: 71;; certificate with:
72;; 72;;
73;; $ openssl pkcs12 -in mykey.p12 -cacerts -nodes > cacert.pem 73;; $ openssl pkcs12 -in mykey.p12 -cacerts -nodes > cacert.pem