diff --git a/spring-aop/src/main/java/org/springframework/aop/ProxyMethodInvocation.java b/spring-aop/src/main/java/org/springframework/aop/ProxyMethodInvocation.java index 96f414373d3..d7187f36c69 100644 --- a/spring-aop/src/main/java/org/springframework/aop/ProxyMethodInvocation.java +++ b/spring-aop/src/main/java/org/springframework/aop/ProxyMethodInvocation.java @@ -62,7 +62,7 @@ public interface ProxyMethodInvocation extends MethodInvocation { MethodInvocation invocableClone(Object... arguments); /** - * Set the arguments to be used on subsequent invocations in the any advice + * Set the arguments to be used on subsequent invocations in any advice * in this chain. * @param arguments the argument array */