Fix a typo in javadoc
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e4c5600c Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e4c5600c Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e4c5600c Branch: refs/heads/master Commit: e4c5600c96bc24c6f273637741dc685a671736a2 Parents: 9ff65ac Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Feb 27 09:02:01 2017 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Mar 20 21:42:32 2017 +0100 ---------------------------------------------------------------------- .../wicket/protocol/http/servlet/DispatchedRequestUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/e4c5600c/wicket-core/src/main/java/org/apache/wicket/protocol/http/servlet/DispatchedRequestUtils.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/protocol/http/servlet/DispatchedRequestUtils.java b/wicket-core/src/main/java/org/apache/wicket/protocol/http/servlet/DispatchedRequestUtils.java index 83d9ae7..36a0e57 100644 --- a/wicket-core/src/main/java/org/apache/wicket/protocol/http/servlet/DispatchedRequestUtils.java +++ b/wicket-core/src/main/java/org/apache/wicket/protocol/http/servlet/DispatchedRequestUtils.java @@ -34,7 +34,7 @@ class DispatchedRequestUtils * @param request * the dispatched request * @param attributeName - * the name of the requets attribute in which the original request uri is stored + * the name of the request attribute in which the original request uri is stored * @param filterPrefix * the configured filter prefix for WicketFilter * @return the uri of the dispatched request without the leading filterPrefix
