Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48102 and https://issues.apach...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 3 Nov 2009 00:16:42 +0000 (00:16 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 3 Nov 2009 00:16:42 +0000 (00:16 +0000)
Typos in Javadoc

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@832216 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/Bootstrap.java

index b43bf62..c5f5db0 100644 (file)
@@ -37,7 +37,7 @@ import org.apache.juli.logging.LogFactory;
 
 
 /**
- * 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 @@ public final class Bootstrap {
 
 
     /**
-     * Stop the standlone server.
+     * Stop the standalone server.
      */
     public void stopServer()
         throws Exception {
@@ -316,7 +316,7 @@ public final class Bootstrap {
 
 
    /**
-     * Stop the standlone server.
+     * Stop the standalone server.
      */
     public void stopServer(String[] arguments)
         throws Exception {