Fix a typo in the comments
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/8b34a29d Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/8b34a29d Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8b34a29d Branch: refs/heads/master Commit: 8b34a29ded9ee73ae698f9bb4fb75e27cb00080d Parents: bbd582f Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Oct 16 13:12:07 2012 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Oct 16 13:12:07 2012 +0200 ---------------------------------------------------------------------- .../apache/wicket/feedback/FeedbackCollector.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/8b34a29d/wicket-core/src/main/java/org/apache/wicket/feedback/FeedbackCollector.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/feedback/FeedbackCollector.java b/wicket-core/src/main/java/org/apache/wicket/feedback/FeedbackCollector.java index 08b3301..b6b7967 100755 --- a/wicket-core/src/main/java/org/apache/wicket/feedback/FeedbackCollector.java +++ b/wicket-core/src/main/java/org/apache/wicket/feedback/FeedbackCollector.java @@ -72,7 +72,7 @@ public final class FeedbackCollector } /** - * Controls whether or not feedback will be collected recursively from the decendants of the + * Controls whether or not feedback will be collected recursively from the descendants of the * specified component. * * @param value
