From a04c9190023e3ad4d706b25ee9934f441fc9e968 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 3 Nov 2009 00:16:42 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@832216 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/startup/Bootstrap.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/org/apache/catalina/startup/Bootstrap.java b/java/org/apache/catalina/startup/Bootstrap.java index b43bf62fe..c5f5db009 100644 --- a/java/org/apache/catalina/startup/Bootstrap.java +++ b/java/org/apache/catalina/startup/Bootstrap.java @@ -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 { -- 2.11.0