Repository: wicket Updated Branches: refs/heads/master d6c063998 -> 6ad695c8c
Fix typos in ApplicationSettings javadoc Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6ad695c8 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6ad695c8 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6ad695c8 Branch: refs/heads/master Commit: 6ad695c8c9b415ce9a93b6976fc4c79a6100ffe7 Parents: d6c0639 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Jun 13 20:31:36 2017 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Jun 13 20:31:57 2017 +0200 ---------------------------------------------------------------------- .../java/org/apache/wicket/settings/ApplicationSettings.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/6ad695c8/wicket-core/src/main/java/org/apache/wicket/settings/ApplicationSettings.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/settings/ApplicationSettings.java b/wicket-core/src/main/java/org/apache/wicket/settings/ApplicationSettings.java index 3dc699d..3d5141c 100644 --- a/wicket-core/src/main/java/org/apache/wicket/settings/ApplicationSettings.java +++ b/wicket-core/src/main/java/org/apache/wicket/settings/ApplicationSettings.java @@ -260,9 +260,9 @@ public class ApplicationSettings } /** - * Returns the cleanup feedack message filter. At the end of request all messages are ran + * Returns the cleanup feedback message filter. At the end of request all messages are ran * through this filter, and the ones accepted are removed. The default implementation accepts - * (and therefore remkoves) all rendered messages. + * (and therefore removes) all rendered messages. * * @return feedback message filter */
