Fixed a couple of typos.
authorueno <ueno>
Sat, 1 Jul 2006 09:44:53 +0000 (09:44 +0000)
committerueno <ueno>
Sat, 1 Jul 2006 09:44:53 +0000 (09:44 +0000)
This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.

epa.el

diff --git a/epa.el b/epa.el
index 2ab7557..27b0dc0 100644 (file)
--- a/epa.el
+++ b/epa.el
@@ -592,7 +592,7 @@ If no one is selected, default secret key is used.  "
   "Encrypt FILE for RECIPIENTS."
   (interactive
    (list (expand-file-name (read-file-name "File: "))
-        (epa-select-keys (epg-make-context) "Select recipents for encryption.
+        (epa-select-keys (epg-make-context) "Select recipients for encryption.
 If no one is selected, symmetric encryption will be performed.  ")))
   (let ((cipher (concat file (if epa-armor ".asc" ".gpg")))
        (context (epg-make-context)))
@@ -728,7 +728,7 @@ If no one is selected, default secret key is used.  "
 Don't use this command in Lisp programs!"
   (interactive
    (list (region-beginning) (region-end)
-        (epa-select-keys (epg-make-context) "Select recipents for encryption.
+        (epa-select-keys (epg-make-context) "Select recipients for encryption.
 If no one is selected, symmetric encryption will be performed.  ")))
   (save-excursion
     (let ((context (epg-make-context))