Skip to content

Commit 6494ea9

Browse files
ying.lirwinch
ying.li
authored andcommitted
fix for typo
1 parent b6f8046 commit 6494ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/org/springframework/security/web/util/OnCommittedResponseWrapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ private void checkContentLength(long contentLengthToWrite) {
243243
}
244244

245245
/**
246-
* Calls <code>onResponseCommmitted()</code> with the current contents as long as
246+
* Calls <code>onResponseCommitted()</code> with the current contents as long as
247247
* {@link #disableOnResponseCommitted()} was not invoked.
248248
*/
249249
private void doOnResponseCommitted() {

0 commit comments

Comments
 (0)