Author: sebb
Date: Mon Nov 1 09:31:53 2010
New Revision: 1029581
URL: http://svn.apache.org/viewvc?rev=1029581&view=rev
Log:
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=1029581&r1=1029580&r2=1029581&view=diff
==============================================================================
--- commons/proper/email/trunk/src/site/xdoc/userguide.xml (original)
+++ commons/proper/email/trunk/src/site/xdoc/userguide.xml Mon Nov 1 09:31:53
2010
@@ -177,7 +177,7 @@ import org.apache.commons.mail.HtmlEmail
<section name="Sending HTML formatted email with embedded images">
<p>
The previous example showed how to create a HTML email with embedded
- images but you need to know all images upfront which is inconvinent
+ images but you need to know all images upfront which is inconvenient
when using a HTML email template. The ImageHtmlEmail helps you
solving this problem by converting all external images to inline
images.