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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Apr 14 11:17:06 EDT 2010


Author: aslak
Date: 2010-04-14 11:17:04 -0400 (Wed, 14 Apr 2010)
New Revision: 4257

Modified:
   arquillian/trunk/doc/reference/src/main/docbook/en-US/enrichment.xml
   arquillian/trunk/doc/reference/src/main/docbook/en-US/examples.xml
   arquillian/trunk/doc/reference/src/main/docbook/en-US/execution.xml
Log:
ARQ-100 Applied typo patch, fixing misspellings in reference guide


Modified: arquillian/trunk/doc/reference/src/main/docbook/en-US/enrichment.xml
===================================================================
--- arquillian/trunk/doc/reference/src/main/docbook/en-US/enrichment.xml	2010-04-14 15:11:26 UTC (rev 4256)
+++ arquillian/trunk/doc/reference/src/main/docbook/en-US/enrichment.xml	2010-04-14 15:17:04 UTC (rev 4257)
@@ -8,7 +8,7 @@
       When you use a unit testing framework like JUnit or TestNG, your test case lives in a world on its own. That
       makes integration testing pretty difficult because it means the environment in which the business logic
       executes must be self-contained within the scope of the test case (whether at the suite, class or method
-      level). The onus of setting up this environment in the test falls on the developer's shoulders.
+      level). The bonus of setting up this environment in the test falls on the developer's shoulders.
    </para>
 
    <para>

Modified: arquillian/trunk/doc/reference/src/main/docbook/en-US/examples.xml
===================================================================
--- arquillian/trunk/doc/reference/src/main/docbook/en-US/examples.xml	2010-04-14 15:11:26 UTC (rev 4256)
+++ arquillian/trunk/doc/reference/src/main/docbook/en-US/examples.xml	2010-04-14 15:17:04 UTC (rev 4257)
@@ -92,7 +92,7 @@
    </para>
 
    <para>
-      Asssuming you have JBoss AS started from running the tests on the command line, you can now execute the tests.
+      Assuming you have JBoss AS started from running the tests on the command line, you can now execute the tests.
       Right click on the InjectionTestCase.java file in the Package Explorer and select Run As... > JUnit Test
       or Run As... > TestNG Test depending on which unit testing framework the test is using.
    </para>

Modified: arquillian/trunk/doc/reference/src/main/docbook/en-US/execution.xml
===================================================================
--- arquillian/trunk/doc/reference/src/main/docbook/en-US/execution.xml	2010-04-14 15:11:26 UTC (rev 4256)
+++ arquillian/trunk/doc/reference/src/main/docbook/en-US/execution.xml	2010-04-14 15:17:04 UTC (rev 4257)
@@ -114,7 +114,7 @@
          Arquillian delegates to an SPI (service provider interface) to handle starting and stopping the server and
          deploying and undeploying archives. In this case, the SPI is the interface
          <literal>org.jboss.arquillian.spi.DeployableContainer</literal>. If you recall from the getting started
-         section, we included an Arquillian library according to the target container we wanted to us. That library
+         section, we included an Arquillian library according to the target container we wanted to use. That library
          contains an implementation of this interface, thus controlling how Arquillian handles deployment. If you wanted to
          introduce support for another container in Arquillian, you would simply provide an implementation of this
          interface.



More information about the jboss-svn-commits mailing list