From 2ab6411a17ee9082cfb9f8fa9165a25961be7852 Mon Sep 17 00:00:00 2001 From: chiba Date: Thu, 15 Jan 2009 15:06:28 +0000 Subject: [PATCH] fixed a typo git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@465 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- src/main/javassist/bytecode/MethodInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.39.5