Luke Taylor пре 20 година
родитељ
комит
ab6d43ff08
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      core/src/main/java/org/acegisecurity/ui/AbstractProcessingFilter.java

+ 1 - 1
core/src/main/java/org/acegisecurity/ui/AbstractProcessingFilter.java

@@ -162,7 +162,7 @@ public abstract class AbstractProcessingFilter implements Filter,
     /**
     /**
      * If <code>true</code>, will always redirect to {@link #defaultTargetUrl}
      * If <code>true</code>, will always redirect to {@link #defaultTargetUrl}
      * upon successful authentication, irrespective of the page that caused
      * upon successful authentication, irrespective of the page that caused
-     * the authentication request (defualts to <code>false</code>).
+     * the authentication request (defaults to <code>false</code>).
      */
      */
     private boolean alwaysUseDefaultTargetUrl = false;
     private boolean alwaysUseDefaultTargetUrl = false;