From: aclement Date: Thu, 7 Jan 2010 00:13:50 +0000 (+0000) Subject: spelling X-Git-Tag: V1_6_8~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dfb5de5a2b982d449b79772a5f228b5cda0c2253;p=aspectj.git spelling --- diff --git a/org.aspectj.matcher/src/org/aspectj/weaver/UnresolvedType.java b/org.aspectj.matcher/src/org/aspectj/weaver/UnresolvedType.java index 666fed278..42e57ef24 100644 --- a/org.aspectj.matcher/src/org/aspectj/weaver/UnresolvedType.java +++ b/org.aspectj.matcher/src/org/aspectj/weaver/UnresolvedType.java @@ -638,7 +638,7 @@ public class UnresolvedType implements Traceable, TypeVariableDeclaringElement { /** * Returns a resolved version of this type according to a particular world. * - * @param world thie {@link World} within which to resolve. + * @param world the {@link World} within which to resolve. * @return a resolved type representing this type in the appropriate world. */ public ResolvedType resolve(World world) {