You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bo...@apache.org on 2013/10/29 01:35:40 UTC

git commit: A couple javadoc spelling fixes

Updated Branches:
  refs/heads/master 7bb300c7e -> f90756c77


A couple javadoc spelling fixes

Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/f90756c7
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/f90756c7
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/f90756c7

Branch: refs/heads/master
Commit: f90756c77e4e49630c11299e6c7662b1895f8e82
Parents: 7bb300c
Author: Bob Harner <bo...@apache.org>
Authored: Mon Oct 28 20:35:31 2013 -0400
Committer: Bob Harner <bo...@apache.org>
Committed: Mon Oct 28 20:35:31 2013 -0400

----------------------------------------------------------------------
 .../java/org/apache/tapestry5/corelib/components/Grid.java   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/f90756c7/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java
index c87fb2f..e972057 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java
@@ -101,7 +101,7 @@ public class Grid implements GridModel, ClientElement
     private Object row;
 
     /**
-     * Optional output parmeter used to identify the index of the column being rendered.
+     * Optional output parameter used to identify the index of the column being rendered.
      */
     @Parameter
     private int columnIndex;
@@ -131,7 +131,7 @@ public class Grid implements GridModel, ClientElement
     private GridSortModel sortModel;
 
     /**
-     * A comma-seperated list of property names to be added to the {@link org.apache.tapestry5.beaneditor.BeanModel}.
+     * A comma-separated list of property names to be added to the {@link org.apache.tapestry5.beaneditor.BeanModel}.
      * Cells for added columns will be blank unless a cell override is provided. This parameter is only used
      * when a default model is created automatically.
      */
@@ -195,8 +195,8 @@ public class Grid implements GridModel, ClientElement
     private boolean inPlace;
 
     /**
-     * The name of the psuedo-zone that encloses the Grid. Starting in 5.4, this is always either
-     * null or "^" and is not really used the way it was in 5.3; instead it triggerers the addition
+     * The name of the pseudo-zone that encloses the Grid. Starting in 5.4, this is always either
+     * null or "^" and is not really used the way it was in 5.3; instead it triggers the addition
      * of a {@code data-inplace-grid-links} attribute in a div surrounding any links related to
      * sorting or pagination. The rest is sorted out on the client. See module {@code core/grid}.
      */