You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Jan Torres W....@lostorres.net, an...@apache.org on 2016/07/29 18:55:48 UTC

CMS diff: openejb.xml

Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://tomee.apache.org/openejb.xml.mdtext

Jan Torres W. jan@lostorres.net

Index: trunk/content/openejb.xml.mdtext
===================================================================
--- trunk/content/openejb.xml.mdtext	(revision 1655892)
+++ trunk/content/openejb.xml.mdtext	(working copy)
@@ -1,9 +1,13 @@
 Title: openejb.xml
+Done some proofreading for common mistakes (it's - its, affect - effect)
+Cheers
+Jan Torres W.
+
 <a name="openejb.xml-Overview"></a>
 # Overview
 
 The openejb.xml is the main configuration file for the container system and
-it's services such as transaction, security, and data sources.
+its services such as transaction, security, and data sources.
     
 The format is a mix of xml and properties inspired by the format of the
 httpd configuration file.  Basically:
@@ -33,7 +37,7 @@
     </Resource>
 
 You are free to use white space, ":", or "=" for your name/value pair
-separator with no affect on OpenEJB.
+separator with no effect on OpenEJB.
     
 <a name="openejb.xml-PropertyDefaultsandOverriding"></a>
 ## Property Defaults and Overriding
@@ -59,7 +63,7 @@
 To know what properties can be overriden the './bin/openejb properties'
 command is very useful: see [Properties Tool](properties-tool.html)
     
-It's function is to connect to a running server and print a canonical list
+Its function is to connect to a running server and print a canonical list
 of all properties OpenEJB can see via the various means of configuration. 
 When sending requests for help to the users list or jira, it is highly
 encouraged to send the output of this tool with your message.