Skip to content

Commit 80c4e6b

Browse files
grimsarstoyanchev
authored andcommitted
Fix ContentCachingResponseWrapper comment typo
1 parent 5e5d8e4 commit 80c4e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/web/util/ContentCachingResponseWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public PrintWriter getWriter() throws IOException {
117117

118118
@Override
119119
public void flushBuffer() throws IOException {
120-
// do not flush the underlying response as the content as not been copied to it yet
120+
// do not flush the underlying response as the content has not been copied to it yet
121121
}
122122

123123
@Override

0 commit comments

Comments
 (0)