From: markt Date: Thu, 14 Oct 2010 10:46:47 +0000 (+0000) Subject: Typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=56945a361d6511241badabdac7d55dca60463f94;p=tomcat7.0 Typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1022462 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index b6fa664cf..5f90634d1 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -83,7 +83,7 @@ 49978: Correctly handle the case when a directory expected to be created during web application start is already present. Rather - than throwing an exception and failing to start, allow thw web + than throwing an exception and failing to start, allow the web application to start normally. (mark)