diff --git a/core/src/main/java/org/apache/struts2/result/StreamResult.java b/core/src/main/java/org/apache/struts2/result/StreamResult.java index 86efd75303..9324d5bb55 100644 --- a/core/src/main/java/org/apache/struts2/result/StreamResult.java +++ b/core/src/main/java/org/apache/struts2/result/StreamResult.java @@ -47,7 +47,7 @@ *
  • bufferSize - the size of the buffer to copy from input to output * (default = 1024).
  • *
  • allowCaching if set to 'false' it will set the headers 'Pragma' and 'Cache-Control' - * to 'no-cahce', and prevent client from caching the content. (default = true) + * to 'no-cache', and prevent client from caching the content. (default = true) *
  • contentCharSet if set to a string, ';charset=value' will be added to the * content-type header, where value is the string set. If set to an expression, the result * of evaluating the expression will be used. If not set, then no charset will be set on