From 16440496193ef9005dbbaf59561b77743253fb22 Mon Sep 17 00:00:00 2001 From: "ying.li" Date: Tue, 4 Feb 2025 17:36:23 +0900 Subject: [PATCH] fix for typo --- .../security/web/util/OnCommittedResponseWrapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/java/org/springframework/security/web/util/OnCommittedResponseWrapper.java b/web/src/main/java/org/springframework/security/web/util/OnCommittedResponseWrapper.java index 196b153242f..c27c612d509 100644 --- a/web/src/main/java/org/springframework/security/web/util/OnCommittedResponseWrapper.java +++ b/web/src/main/java/org/springframework/security/web/util/OnCommittedResponseWrapper.java @@ -243,7 +243,7 @@ private void checkContentLength(long contentLengthToWrite) { } /** - * Calls onResponseCommmitted() with the current contents as long as + * Calls onResponseCommitted() with the current contents as long as * {@link #disableOnResponseCommitted()} was not invoked. */ private void doOnResponseCommitted() {