ying.li преди 6 месеца
родител
ревизия
6494ea9b18
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      web/src/main/java/org/springframework/security/web/util/OnCommittedResponseWrapper.java

+ 1 - 1
web/src/main/java/org/springframework/security/web/util/OnCommittedResponseWrapper.java

@@ -243,7 +243,7 @@ public abstract class OnCommittedResponseWrapper extends HttpServletResponseWrap
 	}
 
 	/**
-	 * Calls <code>onResponseCommmitted()</code> with the current contents as long as
+	 * Calls <code>onResponseCommitted()</code> with the current contents as long as
 	 * {@link #disableOnResponseCommitted()} was not invoked.
 	 */
 	private void doOnResponseCommitted() {