Author: gseitz
Date: Sun Nov 18 14:27:31 2007
New Revision: 596150

URL: http://svn.apache.org/viewvc?rev=596150&view=rev
Log:
corrected typos in javadoc

Modified:
    
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/PropertyColumn.java

Modified: 
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/PropertyColumn.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/PropertyColumn.java?rev=596150&r1=596149&r2=596150&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/PropertyColumn.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/PropertyColumn.java
 Sun Nov 18 14:27:31 2007
@@ -24,7 +24,7 @@
 
 
 /**
- * A convinience implementation of column that adds a label to the cell whose 
model is determined by
+ * A convenience implementation of column that adds a label to the cell whose 
model is determined by
  * the provided wicket property expression (same as used by [EMAIL PROTECTED] 
PropertyModel}) that is
  * evaluated against the current row's model object
  * <p>
@@ -81,7 +81,7 @@
 
        /**
         * Implementation of populateItem which adds a label to the cell whose 
model is the provided
-        * property expression evaluated agains rowModelObject
+        * property expression evaluated against rowModelObject
         * 
         * @see ICellPopulator#populateItem(Item, String, IModel)
         */


Reply via email to