You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/03/04 14:31:17 UTC

svn commit: r918983 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/GridLayoutTagDeclaration.java

Author: lofwyr
Date: Thu Mar  4 13:31:16 2010
New Revision: 918983

URL: http://svn.apache.org/viewvc?rev=918983&view=rev
Log:
spelling

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/GridLayoutTagDeclaration.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/GridLayoutTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/GridLayoutTagDeclaration.java?rev=918983&r1=918982&r2=918983&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/GridLayoutTagDeclaration.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/GridLayoutTagDeclaration.java Thu Mar  4 13:31:16 2010
@@ -31,11 +31,6 @@
 import org.apache.myfaces.tobago.taglib.decl.HasRowLayout;
 import org.apache.myfaces.tobago.taglib.decl.HasSpacing;
 
-/*
- * Date: 14.03.2006
- * Time: 16:58:13
- */
-
 /**
  * Renders a GridLayout.
  * <pre>
@@ -82,8 +77,8 @@
  * <td>PROPORTIONAL</td>
  * <td>any combination of FIXED or PIXEL but no PROPORTIONAL</td>
  * <td>potentially wrong</td>
- * <td>No automatical matching:<ul><li>too little space: scrollbar</li>
- * <li>too much space: elements will be spreaded.</li></ul></td>
+ * <td>No automatic matching:<ul><li>too little space: scroll bar</li>
+ * <li>too much space: elements will be spread.</li></ul></td>
  * </tr>
  * <tr>
  * <td>PROPORTIONAL</td>