Author: jbq
Date: Thu Apr 12 02:39:33 2007
New Revision: 527855
URL: http://svn.apache.org/viewvc?view=rev&rev=527855
Log:
Fix typo
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/IComponentAssignedModel.java
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/IComponentAssignedModel.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/IComponentAssignedModel.java?view=diff&rev=527855&r1=527854&r2=527855
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/IComponentAssignedModel.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/IComponentAssignedModel.java
Thu Apr 12 02:39:33 2007
@@ -25,7 +25,7 @@
* One reason for a model to want to do this is if it needs to be aware of the
* component it is bound to.
*
- * The algorithm wicket employes is similar to this:
+ * The algorithm wicket employs is similar to this:
*
* <pre>
* void Component.setModel(IModel model)