You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jm...@apache.org on 2008/01/24 04:36:28 UTC

svn commit: r614785 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java

Author: jmitchell
Date: Wed Jan 23 19:36:26 2008
New Revision: 614785

URL: http://svn.apache.org/viewvc?rev=614785&view=rev
Log:
WW-2421 - omnibus -- documentation fix ... thanks Jeremysvn diff

Modified:
    struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java

Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java?rev=614785&r1=614784&r2=614785&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java (original)
+++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java Wed Jan 23 19:36:26 2008
@@ -50,7 +50,7 @@
  * <li><b>contentLength</b> - the stream length in bytes (the browser displays a
  * progress bar).</li>
  *
- * <li><b>contentDispostion</b> - the content disposition header value for
+ * <li><b>contentDisposition</b> - the content disposition header value for
  * specifing the file name (default = <code>inline</code>, values are typically
  * <i>filename="document.pdf"</i>.</li>
  *