diff --git a/src/main/org/apache/tools/ant/IntrospectionHelper.java b/src/main/org/apache/tools/ant/IntrospectionHelper.java index 7a99d90b7..52bf574f5 100644 --- a/src/main/org/apache/tools/ant/IntrospectionHelper.java +++ b/src/main/org/apache/tools/ant/IntrospectionHelper.java @@ -54,7 +54,7 @@ import org.apache.tools.ant.util.StringUtils; * instance has finished its build. * */ -public final class IntrospectionHelper { +public final class IntrospectionHelper { /** * Helper instances we've already created (Class.getName() to IntrospectionHelper). @@ -651,7 +651,7 @@ public final class IntrospectionHelper { } /** - * Check if this element supports a nested element from refection. + * Check if this element supports a nested element from reflection. * * @param parentUri the uri of the parent * @param elementName the name of the nested element being checked