[cl-smtp-cvs] CVS cl-smtp

CVS User jidzikowski jidzikowski at common-lisp.net
Mon Jan 21 09:49:14 UTC 2013


Update of /project/cl-smtp/cvsroot/cl-smtp
In directory tiger.common-lisp.net:/tmp/cvs-serv23150

Modified Files:
	README 
Log Message:
Patch to improve the spelling a bit in README for cl-smtp.
Thanks Michael Stevens <mstevens at etla.org>



--- /project/cl-smtp/cvsroot/cl-smtp/README	2010/09/08 15:02:32	1.13
+++ /project/cl-smtp/cvsroot/cl-smtp/README	2013/01/21 09:49:14	1.14
@@ -26,9 +26,9 @@
 Returns nil or error with message
 
  arguments:
-  - host (String)                  : hostname or ip-adress of the smtpserver
-  - from (String)                  : email adress 
-  - to (String or List of Strings) : email adress 
+  - host (String)                  : hostname or ip-address of the smtpserver
+  - from (String)                  : email address 
+  - to (String or List of Strings) : email address 
   - subject (String)               : subject text
   - message (String)               : message body
  keywords:
@@ -125,7 +125,7 @@
 For debug output set the parameter *debug* to t (default nil)
 (setf cl-smtp::*debug* t)
 
-CL-SMTP set automaticly the Date header and the X-Mailer header.
+CL-SMTP set automatically the Date header and the X-Mailer header.
 X-Mailer: cl-smtp ((lisp-implementation-type) (lisp-implementation-version))
 
 You can change this with setting the parameter *x-mailer*





More information about the Cl-smtp-cvs mailing list