[webbeans-commits] Webbeans SVN: r876 - doc/trunk/reference/en-US.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Jan 11 09:39:07 EST 2009


Author: nico.ben
Date: 2009-01-11 09:39:07 -0500 (Sun, 11 Jan 2009)
New Revision: 876

Modified:
   doc/trunk/reference/en-US/ri.xml
Log:
Corrected error

Modified: doc/trunk/reference/en-US/ri.xml
===================================================================
--- doc/trunk/reference/en-US/ri.xml	2009-01-11 13:03:07 UTC (rev 875)
+++ doc/trunk/reference/en-US/ri.xml	2009-01-11 14:39:07 UTC (rev 876)
@@ -667,7 +667,7 @@
       
       <para>
          We've saved the most interesting bit to last, the code! The project has
-         two simple beans, <literal>SentanceParser</literal> and
+         two simple beans, <literal>SentenceParser</literal> and
          <literal>TextTranslator</literal> and two enterprise beans,
          <literal>TanslatorControllerBean</literal> and 
          <literal>SentenceTranslator</literal>. You should be getting quite
@@ -676,7 +676,7 @@
       </para>
       
       <para>
-         Both <literal>SentanceParser</literal> and 
+         Both <literal>SentenceParser</literal> and 
          <literal>TextTranslator</literal> are dependent beans, and 
          <literal>TextTranslator</literal> uses constructor initialization:
       </para>




More information about the weld-commits mailing list