We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f64675 + b19ef0c commit 570b38fCopy full SHA for 570b38f
core/src/main/java/org/apache/struts2/result/StreamResult.java
@@ -47,7 +47,7 @@
47
* <li><b>bufferSize</b> - the size of the buffer to copy from input to output
48
* (default = <code>1024</code>).</li>
49
* <li><b>allowCaching</b> if set to 'false' it will set the headers 'Pragma' and 'Cache-Control'
50
- * to 'no-cahce', and prevent client from caching the content. (default = <code>true</code>)
+ * to 'no-cache', and prevent client from caching the content. (default = <code>true</code>)
51
* <li><b>contentCharSet</b> if set to a string, ';charset=value' will be added to the
52
* content-type header, where value is the string set. If set to an expression, the result
53
* of evaluating the expression will be used. If not set, then no charset will be set on
0 commit comments