Typo / line-length
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Nov 2010 10:16:13 +0000 (10:16 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Nov 2010 10:16:13 +0000 (10:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1033868 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/filters/WebdavFixFilter.java

index bb3a7d6..2b825e8 100644 (file)
@@ -33,8 +33,9 @@ import javax.servlet.http.HttpServletResponse;
  * a WebDAV client that actually works. Other workarounds that might help
  * include:
  * <ul>
- *   <li>Specifying the port, even if it is port 80, when trying to connect.</li>
- *   <li>Canceling the first authentication dialog box and then trying to
+ *   <li>Specifying the port, even if it is port 80, when trying to
+ *       connect.</li>
+ *   <li>Cancelling the first authentication dialog box and then trying to
  *       reconnect.</li>
  * </ul>
  *