]> source.dussan.org Git - javassist.git/commitdiff
fixed a typo
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Thu, 15 Jan 2009 15:06:28 +0000 (15:06 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Thu, 15 Jan 2009 15:06:28 +0000 (15:06 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@465 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

src/main/javassist/bytecode/MethodInfo.java

index 45ec326aed63b25f7a6642acd289fc890d790af4..eae31e108964193a32f0ab55dbc0e216358c4bde 100644 (file)
@@ -434,7 +434,7 @@ public final class MethodInfo {
      * <p>
      * This method modifies a call to <code>super()</code>, which should be
      * at the head of a constructor body, so that a constructor in a different
-     * super class is called. This method does not change actural parameters.
+     * super class is called. This method does not change actual parameters.
      * Hence the new super class must have a constructor with the same signature
      * as the original one.
      *