We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f8046 commit 6494ea9Copy full SHA for 6494ea9
web/src/main/java/org/springframework/security/web/util/OnCommittedResponseWrapper.java
@@ -243,7 +243,7 @@ private void checkContentLength(long contentLengthToWrite) {
243
}
244
245
/**
246
- * Calls <code>onResponseCommmitted()</code> with the current contents as long as
+ * Calls <code>onResponseCommitted()</code> with the current contents as long as
247
* {@link #disableOnResponseCommitted()} was not invoked.
248
*/
249
private void doOnResponseCommitted() {
0 commit comments