Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50752
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 11 Feb 2011 12:24:47 +0000 (12:24 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 11 Feb 2011 12:24:47 +0000 (12:24 +0000)
Correct typo

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

java/org/apache/catalina/startup/Embedded.java
webapps/docs/changelog.xml

index 432f648..3bc16d4 100644 (file)
@@ -896,7 +896,7 @@ public class Embedded  extends StandardService {
                     (javax.naming.Context.INITIAL_CONTEXT_FACTORY,
                      "org.apache.naming.java.javaURLContextFactory");
             } else {
-                log.debug( "INITIAL_CONTEXT_FACTORY alread set " + value );
+                log.debug( "INITIAL_CONTEXT_FACTORY already set " + value );
             }
         }
     }
index 2d73179..57e9559 100644 (file)
         <bug>50748</bug>: Allow the content length header to be set up to the
         point the response is committed when a writer is being used. (markt)
       </fix>
+      <fix>
+        <bug>50752</bug>: Fix typo in debug message in deprecated Embedded
+        class. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">