diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-08 22:10:51 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-08 22:10:51 -0800 |
commit | fe3c56695721ae0735a4556f74c63cd9104204ae (patch) | |
tree | 12d01b388bacb7734462fcc78d3d875abc24d0c5 /lisp/gnus/smime.el | |
parent | ac6b1f816a09c514f25b26e6236cf8b82b5a777d (diff) | |
download | emacs-fe3c56695721ae0735a4556f74c63cd9104204ae.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/gnus/smime.el')
-rw-r--r-- | lisp/gnus/smime.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index 5a7079883e6..f0951b7b803 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el @@ -689,7 +689,7 @@ The following commands are available: (dolist (key smime-keys) (insert (format "\t\t%s: %s\n" (car key) (cadr key)))) - (insert "\nTrusted Certificate Authoritys:\n") + (insert "\nTrusted Certificate Authorities:\n") (insert "\nKnown Certificates:\n")))) (defun smime () |