Fixed a few spellings

This commit is contained in:
Kai Zimmermann
2016-05-02 18:07:23 +02:00
parent 328d5ab2b0
commit 2c5969b080
3 changed files with 9 additions and 6 deletions

View File

@@ -24,11 +24,11 @@ import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken;
/**
* An spring authentication provider which supportes authentication tokens of
* An spring authentication provider which supports authentication tokens of
* type {@link PreAuthenticatedAuthenticationToken} created by the
* {@link ControllerPreAuthenticatedSecurityHeaderFilter}.
*
* Addtionally to the authentication token providing the principal and the
* Additionally to the authentication token providing the principal and the
* credentials which must be match, this authentication provider can also check
* the remote IP address of the request.
*