Fix typos in committer ids
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Jun 2011 08:58:19 +0000 (08:58 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Jun 2011 08:58:19 +0000 (08:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1137914 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 0d4ddc7..219c98c 100644 (file)
         The fix for bug <bug>51310</bug> caused a regression that re-introduced
         bug <bug>49957</bug> and deleted the contents of the work directory
         when Tomcat was shutdown. This fix ensures that that work directory for
-        an application is not deleted when Tomcat is shutdown. (mark)
+        an application is not deleted when Tomcat is shutdown. (markt)
       </fix>
       <fix>
         Correct issues with JULI&apos;s OneLineFormatter including: correctly
         re-using formatted timestamps when possible; thread-safety issues in
         timestamp formatting; correcting the output of any milliseconds to
         include leading zeros and formatting any parameters present.
-        (kolinko/markt/rjung)
+        (kkolinko/markt/rjung)
       </fix>
       <fix>
         <bug>51395</bug>: Fix memory leak triggered when an application that
     <changelog>
       <update>
         Clean up shell and batch scripts (improve consistency,
-        clarify comments, add configtest for Windows). (rjung)
+        clarify comments, add <code>configtest</code> command support for
+        Windows). (rjung)
       </update>
       <fix>
         <bug>51206</bug>: Make CATALINA_BASE visible for setenv.sh. (rjung)