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/ca222112 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ca222112 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ca222112 Branch: refs/heads/master Commit: ca22211202fa0c6fe0d23751ddbe90b440ae65fd Parents: a59dd22 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:02:20 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/ca222112/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
