Why do I always spot comment typos 2s after I commit a change?
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 20 Jul 2009 21:24:45 +0000 (21:24 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 20 Jul 2009 21:24:45 +0000 (21:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@796017 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/TldRuleSet.java

index c50a008..5405558 100644 (file)
@@ -122,7 +122,7 @@ final class TaglibRule extends Rule {
 
 final class TaglibUriRule extends Rule {
     
-    // This is set to false for each fiel processed by the TaglibRule
+    // This is set to false for each file processed by the TaglibRule
     private boolean duplicateUri;
     
     public TaglibUriRule() {