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/28f8c4c9 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/28f8c4c9 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/28f8c4c9 Branch: refs/heads/master Commit: 28f8c4c90e17208491ad832a6963115b03eb5d98 Parents: 97fe0d6 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Apr 19 23:26:41 2016 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Apr 19 23:29:27 2016 +0200 ---------------------------------------------------------------------- .../main/java/org/apache/wicket/protocol/http/WebApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/28f8c4c9/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java b/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java index d12c551..56263ed 100644 --- a/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java +++ b/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java @@ -548,7 +548,7 @@ public abstract class WebApplication extends Application * {@link #newWebRequest(HttpServletRequest, String)} * * @param servletRequest - * the current HTTP Sservlet request + * the current HTTP Servlet request * @param filterPath * the filter mapping read from web.xml * @return a WebRequest object
