From: chiba Date: Thu, 15 Jan 2009 15:06:28 +0000 (+0000) Subject: fixed a typo X-Git-Tag: rel_3_17_1_ga~181 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2ab6411a17ee9082cfb9f8fa9165a25961be7852;p=javassist.git fixed a typo git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@465 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- diff --git a/src/main/javassist/bytecode/MethodInfo.java b/src/main/javassist/bytecode/MethodInfo.java index 45ec326a..eae31e10 100644 --- a/src/main/javassist/bytecode/MethodInfo.java +++ b/src/main/javassist/bytecode/MethodInfo.java @@ -434,7 +434,7 @@ public final class MethodInfo { *

* This method modifies a call to super(), 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. *