You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pa...@apache.org on 2012/04/10 12:33:25 UTC

[6/7] git commit: Fix typo in javadoc

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

Branch: refs/heads/sandbox/atmosphere
Commit: a355af3635e1a9e716ada91fb1a4eddcaef9b642
Parents: b76de01
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Apr 4 15:26:55 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Apr 4 15:26:55 2012 +0200

----------------------------------------------------------------------
 .../markup/html/panel/IMarkupSourcingStrategy.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/a355af36/wicket-core/src/main/java/org/apache/wicket/markup/html/panel/IMarkupSourcingStrategy.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/panel/IMarkupSourcingStrategy.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/panel/IMarkupSourcingStrategy.java
index 7cc8fb2..a52d3e8 100644
--- a/wicket-core/src/main/java/org/apache/wicket/markup/html/panel/IMarkupSourcingStrategy.java
+++ b/wicket-core/src/main/java/org/apache/wicket/markup/html/panel/IMarkupSourcingStrategy.java
@@ -61,7 +61,7 @@ public interface IMarkupSourcingStrategy
 	 * Will <b>replace</b> the respective component's method.
 	 * <p>
 	 * It's perfectly valid to call <code>component.onComponentTagBody(markupStream, openTag)</code>
-	 * from insight this method.
+	 * from inside this method.
 	 * 
 	 * @see Component#onComponentTagBody(MarkupStream, ComponentTag)
 	 *