Author: fmeschbe
Date: Mon Nov  7 14:45:29 2011
New Revision: 1198758

URL: http://svn.apache.org/viewvc?rev=1198758&view=rev
Log:
SLING-2080 Apply patch by Angela Schreiber (thank you very much)

Modified:
    
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/auth/Authenticator.java

Modified: 
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/auth/Authenticator.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/auth/Authenticator.java?rev=1198758&r1=1198757&r2=1198758&view=diff
==============================================================================
--- 
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/auth/Authenticator.java
 (original)
+++ 
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/auth/Authenticator.java
 Mon Nov  7 14:45:29 2011
@@ -23,7 +23,7 @@ import javax.servlet.http.HttpServletRes
 
 /**
  * The <code>Authenticator</code> interface defines the service interface which
- * may be used by applications to enfore requests to be authenticated (see
+ * may be used by applications to enforce requests to be authenticated (see
  * {@link #login(HttpServletRequest, HttpServletResponse)}) or to end enforced
  * authentication (see {@link #logout(HttpServletRequest, HttpServletResponse)}
  * ). As such this service may be looked at as the functionality to enable


Reply via email to