Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48120
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 5 Nov 2009 00:28:09 +0000 (00:28 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 5 Nov 2009 00:28:09 +0000 (00:28 +0000)
Spelling errors

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@832927 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/SetNextNamingRule.java

index 38f31c5..091f898 100644 (file)
@@ -47,7 +47,7 @@ public class SetNextNamingRule extends Rule {
      *
      * @param methodName Method name of the parent method to call
      * @param paramType Java class of the parent method's argument
-     *  (if you wish to use a primitive type, specify the corresonding
+     *  (if you wish to use a primitive type, specify the corresponding
      *  Java wrapper class instead, such as <code>java.lang.Boolean</code>
      *  for a <code>boolean</code> parameter)
      */