Fix comment typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 21 Dec 2009 13:19:58 +0000 (13:19 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 21 Dec 2009 13:19:58 +0000 (13:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@892811 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/HostConfig.java

index 84235c6..eb8432a 100644 (file)
@@ -777,7 +777,7 @@ public class HostConfig
             canonicalDocBase =
                 (new File(docBase.toString())).getCanonicalPath();
     
-            // If the canoncialDocBase ends with File.separator, add one to
+            // If the canonicalDocBase ends with File.separator, add one to
             // docBase before they are compared
             if (canonicalDocBase.endsWith(File.separator)) {
                 docBase.append(File.separator);