Author: mgrigorov
Date: Tue Jul  5 21:26:13 2011
New Revision: 1143205

URL: http://svn.apache.org/viewvc?rev=1143205&view=rev
Log:
Fix a typo in the javadoc


Modified:
    
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/repeater/RepeatingView.java

Modified: 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/repeater/RepeatingView.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/repeater/RepeatingView.java?rev=1143205&r1=1143204&r2=1143205&view=diff
==============================================================================
--- 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/repeater/RepeatingView.java
 (original)
+++ 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/repeater/RepeatingView.java
 Tue Jul  5 21:26:13 2011
@@ -57,7 +57,7 @@ import org.apache.wicket.model.IModel;
  * </pre>
  * 
  * To expand a bit: the repeater itself produces no markup, instead every 
direct child inherits the
- * entire markup of the repeater. In the example above reeaters's markup is:
+ * entire markup of the repeater. In the example above repeaters's markup is:
  * 
  * <pre>
  *  &lt;li wicket:id=&quot;repeater&quot;&gt;&lt;/li&gt;


Reply via email to