You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2012/02/03 08:47:32 UTC

[1/6] git commit: Fix a typo in javadoc

Updated Branches:
  refs/heads/master 76e1663d0 -> 31b874d36


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/31b874d3
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/31b874d3
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/31b874d3

Branch: refs/heads/master
Commit: 31b874d3633d87e46ddff5381ed0783cb4addec3
Parents: 0cb741b
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Feb 3 09:47:14 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Feb 3 09:47:14 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/31b874d3/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 93c5298..08b3301 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
@@ -46,7 +46,7 @@ public final class FeedbackCollector
 	}
 
 	/**
-	 * Constrcuts a collector that will collect messages from {@link Session} and specified
+	 * Constructs a collector that will collect messages from {@link Session} and specified
 	 * {@code container}
 	 * 
 	 * @param component