Author: markt
Date: Tue Nov  3 00:16:42 2009
New Revision: 832216

URL: http://svn.apache.org/viewvc?rev=832216&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48102 and 
https://issues.apache.org/bugzilla/show_bug.cgi?id=48103
Typos in Javadoc

Modified:
    tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java

Modified: tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java?rev=832216&r1=832215&r2=832216&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java (original)
+++ tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java Tue Nov  3 
00:16:42 2009
@@ -37,7 +37,7 @@
 
 
 /**
- * Boostrap loader for Catalina.  This application constructs a class loader
+ * Bootstrap loader for Catalina.  This application constructs a class loader
  * for use in loading the Catalina internal classes (by accumulating all of the
  * JAR files found in the "server" directory under "catalina.home"), and
  * starts the regular execution of the container.  The purpose of this
@@ -303,7 +303,7 @@
 
 
     /**
-     * Stop the standlone server.
+     * Stop the standalone server.
      */
     public void stopServer()
         throws Exception {
@@ -316,7 +316,7 @@
 
 
    /**
-     * Stop the standlone server.
+     * Stop the standalone server.
      */
     public void stopServer(String[] arguments)
         throws Exception {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to