Repository: struts Updated Branches: refs/heads/master 6fbdab184 -> 9638d7ada
Correcting typos... https://issues.apache.org/jira/browse/WW-4550?focusedCommentId=14934912&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14934912 Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/9638d7ad Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/9638d7ad Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/9638d7ad Branch: refs/heads/master Commit: 9638d7adaa9aaed3473e17c9291abdc3421a868a Parents: 6fbdab1 Author: Andrea Ligios <andrea.lig...@gmail.com> Authored: Tue Sep 29 16:59:30 2015 +0200 Committer: Andrea Ligios <andrea.lig...@gmail.com> Committed: Tue Sep 29 16:59:30 2015 +0200 ---------------------------------------------------------------------- .../main/java/org/apache/struts2/result/HttpHeaderResult.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/9638d7ad/core/src/main/java/org/apache/struts2/result/HttpHeaderResult.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/struts2/result/HttpHeaderResult.java b/core/src/main/java/org/apache/struts2/result/HttpHeaderResult.java index d68769e..d600924 100644 --- a/core/src/main/java/org/apache/struts2/result/HttpHeaderResult.java +++ b/core/src/main/java/org/apache/struts2/result/HttpHeaderResult.java @@ -39,7 +39,7 @@ import java.util.Map; * <!-- START SNIPPET: description --> * <p> * A custom Result type for setting HTTP headers and status by optionally evaluating against the ValueStack. - * This result can also be used to send and error to the client. All the parameters can be evaluated against the ValueStack. + * This result can also be used to send an error to the client. All the parameters can be evaluated against the ValueStack. * </p> * * <!-- END SNIPPET: description --> @@ -74,7 +74,7 @@ import java.util.Map; * * <result name="proxyRequired" type="httpheader"> * <param name="error">305</param> - * <param name="errorMessage">this action must be accessed through a prozy</param> + * <param name="errorMessage">this action must be accessed through a proxy</param> * </result> * <!-- END SNIPPET: example --></pre> */