Skip to content

Commit 570b38f

Browse files
authored
Merge pull request apache#723 from ervinpm/master
Update StreamResult.java - fix misspell
2 parents 0f64675 + b19ef0c commit 570b38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/apache/struts2/result/StreamResult.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* <li><b>bufferSize</b> - the size of the buffer to copy from input to output
4848
* (default = <code>1024</code>).</li>
4949
* <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>)
50+
* to 'no-cache', and prevent client from caching the content. (default = <code>true</code>)
5151
* <li><b>contentCharSet</b> if set to a string, ';charset=value' will be added to the
5252
* content-type header, where value is the string set. If set to an expression, the result
5353
* of evaluating the expression will be used. If not set, then no charset will be set on

0 commit comments

Comments
 (0)