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/23f3d348 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/23f3d348 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/23f3d348 Branch: refs/heads/wicket-7.x Commit: 23f3d348b6dad513589d03ce4558738b494760be Parents: cdbdbd4 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Feb 27 09:02:01 2017 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Feb 27 09:06:40 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/23f3d348/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
