Author: sgoeschl
Date: Mon Nov 1 20:25:39 2010
New Revision: 1029822
URL: http://svn.apache.org/viewvc?rev=1029822&view=rev
Log:
Fixed another typo
Modified:
commons/proper/email/trunk/src/site/xdoc/userguide.xml
Modified: commons/proper/email/trunk/src/site/xdoc/userguide.xml
URL:
http://svn.apache.org/viewvc/commons/proper/email/trunk/src/site/xdoc/userguide.xml?rev=1029822&r1=1029821&r2=1029822&view=diff
==============================================================================
--- commons/proper/email/trunk/src/site/xdoc/userguide.xml (original)
+++ commons/proper/email/trunk/src/site/xdoc/userguide.xml Mon Nov 1 20:25:39
2010
@@ -57,7 +57,7 @@ email.send();
attached. The attachments will be MIME encoded.
</p>
<p>
- The simpliest way to add the attachments is by using the
EmailAttachment
+ The simplest way to add the attachments is by using the EmailAttachment
class to reference your attachments.
</p>
<p>
@@ -211,7 +211,7 @@ import org.apache.commons.mail.HtmlEmail
email.send();
]]></source>
<p>
- First we create a HTML email template referencing some images. The
+ First we create a HTML email template referencing some images. All
referenced images are automatically transformed to inline images
starting from the current working directory.
</p>