[jboss-cvs] JBossAS SVN: r108416 - projects/jboss-jca/trunk/doc/userguide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 4 09:05:32 EDT 2010


Author: jesper.pedersen
Date: 2010-10-04 09:05:32 -0400 (Mon, 04 Oct 2010)
New Revision: 108416

Modified:
   projects/jboss-jca/trunk/doc/userguide/en/modules/introduction.xml
   projects/jboss-jca/trunk/doc/userguide/en/modules/preface.xml
   projects/jboss-jca/trunk/doc/userguide/en/modules/troubleshooting.xml
Log:
[JBJCA-432] Spelling mistakes in user guide

Modified: projects/jboss-jca/trunk/doc/userguide/en/modules/introduction.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en/modules/introduction.xml	2010-10-03 17:25:55 UTC (rev 108415)
+++ projects/jboss-jca/trunk/doc/userguide/en/modules/introduction.xml	2010-10-04 13:05:32 UTC (rev 108416)
@@ -5,7 +5,7 @@
    <para>The Java Connector Architecture (JCA) defines a standard architecture for connecting
      the Java EE platform to heterogeneous Enterprise Information Systems (EIS). 
      Examples of EISs include Enterprise Resource Planning (ERP), mainframe transaction processing (TP), 
-     database and messaging systems.</para>
+     databases and messaging systems.</para>
 
    <para>The connector architecture defines a set of scalable, secure, and transactional
      mechanisms that enable the integration of EISs with application servers and
@@ -43,7 +43,7 @@
       </listitem>
       <listitem>
         Security work context: A standard contract that enables a resource adapter to
-        establish security information while submiting a Work instance for execution to a
+        establish security information while submitting a Work instance for execution to a
         WorkManager and while delivering messages to message endpoints residing in
         the application server.
       </listitem>

Modified: projects/jboss-jca/trunk/doc/userguide/en/modules/preface.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en/modules/preface.xml	2010-10-03 17:25:55 UTC (rev 108415)
+++ projects/jboss-jca/trunk/doc/userguide/en/modules/preface.xml	2010-10-04 13:05:32 UTC (rev 108416)
@@ -40,12 +40,12 @@
     <title>Thanks to</title>
 
     <para>
-      Dimitris Andreadis, Carlo de Wolf, Jason Green, Jonathan Halliday, Søren Hilmer, Vicky Kak,  
+      Dimitris Andreadis, Carlo de Wolf, Jason Green, Jonathan Halliday, Søren Hilmer, Ales Justin, Vicky Kak,  
       Aslak Knutsen, Sacha Labourey, Alexey Loubyansky, Patrick MacDonald, Andrig Miller,
-      Andrew Lee Rubinger, Anil Saldhana and Scott Stark.
+      Andrew Lee Rubinger, Anil Saldhana, Scott Stark and Jeremy Whiting.
     </para>
     
-    <para>And a special thanks goes to Adrian Brock and Ales Justin for their continuous support of this project.</para>
+    <para>And a special thanks goes to Adrian Brock for his continuous support of this project.</para>
 
   </section>
 

Modified: projects/jboss-jca/trunk/doc/userguide/en/modules/troubleshooting.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en/modules/troubleshooting.xml	2010-10-03 17:25:55 UTC (rev 108415)
+++ projects/jboss-jca/trunk/doc/userguide/en/modules/troubleshooting.xml	2010-10-04 13:05:32 UTC (rev 108416)
@@ -42,7 +42,7 @@
           All your test cases for the feature is passing
         </listitem>
         <listitem>
-          Your code is correctly formatted accoording to project rules
+          Your code is correctly formatted according to project rules
         </listitem>
         <listitem>
           There isn't any bug reports from the Findbugs environment



More information about the jboss-cvs-commits mailing list