[seam-commits] Seam SVN: r10021 - trunk/doc/Seam_Reference_Guide/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Feb 7 15:45:26 EST 2009


Author: nico.ben
Date: 2009-02-07 15:45:25 -0500 (Sat, 07 Feb 2009)
New Revision: 10021

Modified:
   trunk/doc/Seam_Reference_Guide/en-US/Mail.xml
Log:
Corrected errors

Modified: trunk/doc/Seam_Reference_Guide/en-US/Mail.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Mail.xml	2009-02-06 21:52:21 UTC (rev 10020)
+++ trunk/doc/Seam_Reference_Guide/en-US/Mail.xml	2009-02-07 20:45:25 UTC (rev 10021)
@@ -224,7 +224,7 @@
 	  <title>Templating</title>
 	    	
 	  <para>
-        The mail templating example shows that facelets templating Just Works 
+        The mail templating example shows that facelets templating just works 
         with the Seam mail tags.
       </para>
 	    	
@@ -310,7 +310,7 @@
     requestReadReceipt="true"/>]]></programlisting>
    
       <para>
-        Otherise you can add any header to the message using the 
+        Otherwise you can add any header to the message using the 
         <literal>&lt;m:header&gt;</literal> tag:
       </para>
 	    	
@@ -328,7 +328,7 @@
       <literal>mail-ra.rar</literal> &#8212; but the version distributed with
       JBoss AS has a number of limitations (and isn't bundled in some versions)
       therefore we recommend using the <literal>mail-ra.rar</literal> 
-      distributed with Seam is recommended (it's in the <literal>extras/</literal>
+      distributed with Seam (it's in the <literal>extras/</literal>
       directory in the Seam bundle).  <literal>mail-ra.rar</literal> should 
       be placed in <literal>$JBOSS_HOME/server/default/deploy</literal>; if the
       version of JBoss AS you use already has this file, replace it.
@@ -366,7 +366,7 @@
     </para>
 
     <para>
-      You can find more information on<literal>mail-ra.rar</literal>
+      You can find more information on <literal>mail-ra.rar</literal>
       at <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=InboundJavaMail">http://wiki.jboss.org/wiki/Wiki.jsp?page=InboundJavaMail</ulink>.
     </para>
 		
@@ -393,7 +393,7 @@
             
     <note>
       <para>
-         The Seam Email module requires the use of Facelets as the view 
+         The Seam Mail module requires the use of Facelets as the view 
          technology. Future versions of the library may also support the use of 
          JSP. Additionally, it requires the use of the seam-ui package.
       </para>
@@ -740,7 +740,7 @@
                   <para>
                     If this tag contains other JSF tags a HTML document will 
                     be generated from them and attached to the email. A 
-                    <literal>fileName</literal> should be specfied.
+                    <literal>fileName</literal> should be specified.
                   </para>
                 </listitem>
               </itemizedlist>




More information about the seam-commits mailing list