Author: markt
Date: Thu Aug  4 14:02:12 2016
New Revision: 1755190

URL: http://svn.apache.org/viewvc?rev=1755190&view=rev
Log:
Follow-up to r1755180

Modified:
    tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java

Modified: 
tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java?rev=1755190&r1=1755189&r2=1755190&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java 
(original)
+++ tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java 
Thu Aug  4 14:02:12 2016
@@ -616,7 +616,7 @@ public abstract class AuthenticatorBase
      * mechanism.
      *
      * @param request The request that triggered the authentication
-     * @param resonse The response associated with the request
+     * @param response The response associated with the request
      *
      * @return {@code true} if the the user was authenticated, otherwise {@code
      *         false}, in which case an authentication challenge will have been
@@ -625,7 +625,7 @@ public abstract class AuthenticatorBase
      * @throws IOException If an I/O problem occurred during the authentication
      *                     process
      */
-    protected abstract boolean doAuthenticate(Request request, 
HttpServletResponse resonse)
+    protected abstract boolean doAuthenticate(Request request, 
HttpServletResponse response)
             throws IOException;
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to