[jboss-svn-commits] JBoss Common SVN: r3996 - arquillian/trunk/doc/reference/src/main/docbook/en-US.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Feb 8 00:02:39 EST 2010


Author: dan.j.allen
Date: 2010-02-08 00:02:38 -0500 (Mon, 08 Feb 2010)
New Revision: 3996

Modified:
   arquillian/trunk/doc/reference/src/main/docbook/en-US/debugging.xml
   arquillian/trunk/doc/reference/src/main/docbook/en-US/enrichment.xml
Log:
fix spelling errors


Modified: arquillian/trunk/doc/reference/src/main/docbook/en-US/debugging.xml
===================================================================
--- arquillian/trunk/doc/reference/src/main/docbook/en-US/debugging.xml	2010-02-08 04:45:13 UTC (rev 3995)
+++ arquillian/trunk/doc/reference/src/main/docbook/en-US/debugging.xml	2010-02-08 05:02:38 UTC (rev 3996)
@@ -143,7 +143,7 @@
          <tip>
             <para>
                These steps may not be necessary if you have a Maven project and the sources for the library are
-               availalbe in the Maven repository.
+               available in the Maven repository.
             </para>
          </tip>
 

Modified: arquillian/trunk/doc/reference/src/main/docbook/en-US/enrichment.xml
===================================================================
--- arquillian/trunk/doc/reference/src/main/docbook/en-US/enrichment.xml	2010-02-08 04:45:13 UTC (rev 3995)
+++ arquillian/trunk/doc/reference/src/main/docbook/en-US/enrichment.xml	2010-02-08 05:02:38 UTC (rev 3996)
@@ -21,7 +21,7 @@
       A key part of in-container integration testing is getting access the container-managed components that you plan to
       test. Using the Java new operator to instantiate the business class is not suitable in this testing scenario
       because it leaves out the declaratives services that get applied to the component at runtime. We want the real
-      deal. Arquillian uses test enrichment to give us access to the real deal. The visable result of test enrichment is
+      deal. Arquillian uses test enrichment to give us access to the real deal. The visible result of test enrichment is
       injection of container resources and beans directly into the test class.
    </para>
 



More information about the jboss-svn-commits mailing list