diff --git a/web/src/main/java/org/springframework/security/web/csrf/LazyCsrfTokenRepository.java b/web/src/main/java/org/springframework/security/web/csrf/LazyCsrfTokenRepository.java index f3ca17b90c..878a1d1af5 100644 --- a/web/src/main/java/org/springframework/security/web/csrf/LazyCsrfTokenRepository.java +++ b/web/src/main/java/org/springframework/security/web/csrf/LazyCsrfTokenRepository.java @@ -60,7 +60,7 @@ public final class LazyCsrfTokenRepository implements CsrfTokenRepository { /** * Does nothing if the {@link CsrfToken} is not null. Saving is done only when the - * {@link CsrfToken#getToken()} iis accessed from + * {@link CsrfToken#getToken()} is accessed from * {@link #generateToken(HttpServletRequest)}. If it is null, then the save is * performed immediately. */