From 0481cd8fa8531901709e6bbd8fd80bcfe73c2226 Mon Sep 17 00:00:00 2001 From: David Newton Date: Wed, 12 Dec 2007 21:55:01 +0000 Subject: [PATCH] Very minor JavaDoc spelling. git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@603750 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/struts2/interceptor/TokenInterceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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