Author: markt Date: Wed Jan 6 10:24:31 2010 New Revision: 896370 URL: http://svn.apache.org/viewvc?rev=896370&view=rev Log: Fix typos / inconsistencies Rainer's review comments on r894580
Modified: tomcat/trunk/conf/web.xml tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java tomcat/trunk/webapps/docs/cgi-howto.xml Modified: tomcat/trunk/conf/web.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/web.xml?rev=896370&r1=896369&r2=896370&view=diff ============================================================================== --- tomcat/trunk/conf/web.xml (original) +++ tomcat/trunk/conf/web.xml Wed Jan 6 10:24:31 2010 @@ -293,7 +293,7 @@ <!-- debug Debugging detail level for messages logged --> <!-- by this servlet. [0] --> <!-- --> - <!-- executable Name of the exectuable used to run the --> + <!-- executable Name of the executable used to run the --> <!-- script. [perl] --> <!-- --> <!-- parameterEncoding Name of parameter encoding to be used with --> @@ -304,7 +304,7 @@ <!-- any) be passed to the CGI script? [false] --> <!-- --> <!-- stderrTimeout The time (in milliseconds) to wait for the --> - <!-- reading of stdErr to complete before --> + <!-- reading of stderr to complete before --> <!-- terminating the CGI process. [2000] --> <!-- Modified: tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java?rev=896370&r1=896369&r2=896370&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java (original) +++ tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java Wed Jan 6 10:24:31 2010 @@ -265,7 +265,7 @@ System.getProperty("file.encoding", "UTF-8"); /** - * The time (in milliseconds) to wait for the reading of stdErr to complete + * The time (in milliseconds) to wait for the reading of stderr to complete * before terminating the CGI process. */ private long stderrTimeout = 2000; Modified: tomcat/trunk/webapps/docs/cgi-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/cgi-howto.xml?rev=896370&r1=896369&r2=896370&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/cgi-howto.xml (original) +++ tomcat/trunk/webapps/docs/cgi-howto.xml Wed Jan 6 10:24:31 2010 @@ -84,7 +84,7 @@ variables (if any) be passed to the CGI script? Default is <code>false</code>.</li> <li><strong>stderrTimeout</strong> - The time (in milliseconds) to wait for -the reading of stderr to complete before terminating the CGI process? Default +the reading of stderr to complete before terminating the CGI process. Default is 2000.</li> </ul> </p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org