Author: kkolinko
Date: Sun Jun 24 11:13:38 2012
New Revision: 1353245

URL: http://svn.apache.org/viewvc?rev=1353245&view=rev
Log:
Correct typos in documentation

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/jasper-howto.xml
    tomcat/tc7.0.x/trunk/webapps/docs/monitoring.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/jasper-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/jasper-howto.xml?rev=1353245&r1=1353244&r2=1353245&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/jasper-howto.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/jasper-howto.xml Sun Jun 24 11:13:38 2012
@@ -342,7 +342,7 @@ are automatically compiled as part of th
 </p>
 
 <p>
-At the jasper2 task you can use the option <code>addWebXmlMappings</code> for
+At the jasper task you can use the option <code>addWebXmlMappings</code> for
 automatic merge the <code>${webapp.path}/WEB-INF/generated_web.xml</code>
 with the current web application deployment descriptor at
 <code>${webapp.path}/WEB-INF/web.xml</code>. When you want to use Java 6

Modified: tomcat/tc7.0.x/trunk/webapps/docs/monitoring.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/monitoring.xml?rev=1353245&r1=1353244&r2=1353245&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/monitoring.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/monitoring.xml Sun Jun 24 11:13:38 2012
@@ -90,7 +90,7 @@ controlRole tomcat
   <section name="Manage Tomcat with JMX remote Ant Tasks">
    <p>To simplify JMX usage with Ant 1.6.x, a set of tasks is provided that may
    be used with antlib.</p>
-   <p><b>antlib</b>Copy your catalina-ant.jar from $CATALINA_HOME/lib to 
$ANT_HOME/lib.</p>
+   <p><b>antlib</b>: Copy your catalina-ant.jar from $CATALINA_HOME/lib to 
$ANT_HOME/lib.</p>
    <p>The following example shows the JMX Accessor usage:</p>
    <table border="1">
    <tr><td><p><pre>
@@ -193,7 +193,7 @@ controlRole tomcat
    <p><b>import:</b> Import the JMX Accessor Project with
    <em>&lt;import file="${CATALINA.HOME}/bin/catalina-tasks.xml" /&gt;</em> and
    reference the tasks with <em>jmxOpen</em>, <em>jmxSet</em>, <em>jmxGet</em>,
-    <em>jmxQuery</em>, <em>jmxInvoke</em>,<em>jmxEquals</em> and 
<em>jmxCondition</em>. </p>
+   <em>jmxQuery</em>, <em>jmxInvoke</em>, <em>jmxEquals</em> and 
<em>jmxCondition</em>.</p>
 
   </section>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to