fixed typo in comment
authormaxcooper <maxcooper>
Tue, 22 Feb 2005 09:17:13 +0000 (09:17 +0000)
committermaxcooper <maxcooper>
Tue, 22 Feb 2005 09:17:13 +0000 (09:17 +0000)
src/share/org/securityfilter/authenticator/persistent/PersistentLoginManagerInterface.java

index df44132..3ab7054 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * $Header: /cvsroot/securityfilter/securityfilter/src/share/org/securityfilter/authenticator/persistent/PersistentLoginManagerInterface.java,v 1.1 2004/01/26 09:23:00 maxcooper Exp $
- * $Revision: 1.1 $
- * $Date: 2004/01/26 09:23:00 $
+ * $Header: /cvsroot/securityfilter/securityfilter/src/share/org/securityfilter/authenticator/persistent/PersistentLoginManagerInterface.java,v 1.2 2005/02/22 09:17:13 maxcooper Exp $
+ * $Revision: 1.2 $
+ * $Date: 2005/02/22 09:17:13 $
  *
  * ====================================================================
  * The SecurityFilter Software License, Version 1.1
@@ -65,7 +65,7 @@ import java.io.IOException;
  *
  * @author David Reed (dreed10@neo.rr.com.com)
  * @author Max Cooper (max@maxcooper.com)
- * @version $Revision: 1.1 $ $Date: 2004/01/26 09:23:00 $
+ * @version $Revision: 1.2 $ $Date: 2005/02/22 09:17:13 $
  */
 public interface PersistentLoginManagerInterface {
 
@@ -74,7 +74,7 @@ public interface PersistentLoginManagerInterface {
     *
     * @param request the servlet request
     * @param response the servlet response
-    * @param username the username tha's being remembered
+    * @param username the username that's being remembered
     * @param password the password that's being remembered
     */
    public void rememberLogin(