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/09 14:01:24 UTC

[2/4] git commit: Fix a typo in inline comments

Fix a typo in inline comments


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9a203eb8
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9a203eb8
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/9a203eb8

Branch: refs/heads/master
Commit: 9a203eb881b982443c833a5fa9da138c99e214c1
Parents: e4b4e6c
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Feb 9 14:58:56 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Feb 9 15:01:05 2012 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/wicket/Component.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/9a203eb8/wicket-core/src/main/java/org/apache/wicket/Component.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/Component.java b/wicket-core/src/main/java/org/apache/wicket/Component.java
index b3a50a6..4071586 100644
--- a/wicket-core/src/main/java/org/apache/wicket/Component.java
+++ b/wicket-core/src/main/java/org/apache/wicket/Component.java
@@ -2345,7 +2345,7 @@ public abstract class Component
 		// MarkupStream is an Iterator for the markup
 		MarkupStream markupStream = new MarkupStream(markup);
 
-		// Flag: we stated the render process
+		// Flag: we started the render process
 		markRendering(true);
 
 		MarkupElement elem = markup.get(0);