From 9f0986a093accfdc59b938bad58124d3ce8b80a8 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Mon, 9 Sep 2019 16:51:14 -0400 Subject: [PATCH] Fix javadoc typo for invalid session strategy --- .../security/web/session/SessionManagementFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/java/org/springframework/security/web/session/SessionManagementFilter.java b/web/src/main/java/org/springframework/security/web/session/SessionManagementFilter.java index b96a634f20..ea71f5c01a 100644 --- a/web/src/main/java/org/springframework/security/web/session/SessionManagementFilter.java +++ b/web/src/main/java/org/springframework/security/web/session/SessionManagementFilter.java @@ -139,7 +139,7 @@ public class SessionManagementFilter extends GenericFilterBean { /** * Sets the strategy which will be invoked instead of allowing the filter chain to - * prceed, if the user agent requests an invalid session Id. If the property is not + * proceed, if the user agent requests an invalid session ID. If the property is not * set, no action will be taken. * * @param invalidSessionStrategy the strategy to invoke. Typically a