diff --git a/core/src/main/java/org/apache/struts2/interceptor/TokenInterceptor.java b/core/src/main/java/org/apache/struts2/interceptor/TokenInterceptor.java index 9f850c249..3a0427cbb 100644 --- a/core/src/main/java/org/apache/struts2/interceptor/TokenInterceptor.java +++ b/core/src/main/java/org/apache/struts2/interceptor/TokenInterceptor.java @@ -140,7 +140,7 @@ public class TokenInterceptor extends MethodFilterInterceptor { } /** - * Determines what to do if an invalida token is provided. If the action implements {@link ValidationAware} + * Determines what to do if an invalid token is provided. If the action implements {@link ValidationAware} * * @param invocation the action invocation where the invalid token failed * @return the return code to indicate should be processed