You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2007/09/22 06:37:00 UTC

svn commit: r578369 - /tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/IPage.java

Author: andyhot
Date: Fri Sep 21 21:36:57 2007
New Revision: 578369

URL: http://svn.apache.org/viewvc?rev=578369&view=rev
Log:
typo

Modified:
    tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/IPage.java

Modified: tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/IPage.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/IPage.java?rev=578369&r1=578368&r2=578369&view=diff
==============================================================================
--- tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/IPage.java (original)
+++ tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/IPage.java Fri Sep 21 21:36:57 2007
@@ -29,7 +29,7 @@
 /**
  * A root level component responsible for generating an entire a page within the application.
  * <p>
- * Pages are created dynamically from thier class names (part of the
+ * Pages are created dynamically from their class names (part of the
  * {@link org.apache.tapestry.spec.IComponentSpecification}).
  * 
  * @see org.apache.tapestry.engine.IPageSource