Fixed typo.
authorueno <ueno>
Wed, 12 Apr 2006 05:12:21 +0000 (05:12 +0000)
committerueno <ueno>
Wed, 12 Apr 2006 05:12:21 +0000 (05:12 +0000)
epg.el

diff --git a/epg.el b/epg.el
index 241ee92..cd5ecb6 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -619,7 +619,7 @@ Otherwise, it makes a normal signature."
 (defun epg-encrypt-start (context string recipients
                                  &optional sign always-trust)
   "Initiate a encrypt operation on STRING.
-If RECIPIENTS is nil, it does symmetric encryption.
+If RECIPIENTS is nil, it performs symmetric encryption.
 
 If you use this function, you will need to wait for the completion of
 `epg-gpg-program' by using `epg-wait-for-completion' and call
@@ -651,7 +651,7 @@ If you are unsure, use synchronous version of this function
 (defun epg-encrypt-string (context string recipients
                                   &optional sign always-trust)
   "Encrypt STRING.
-If RECIPIENTS is nil, it does symmetric encryption."
+If RECIPIENTS is nil, it performs symmetric encryption."
   (unwind-protect
       (progn
        (epg-encrypt-start context string recipients sign always-trust)