]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #3309 + two other typos
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 9 Sep 2009 06:37:25 +0000 (06:37 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 9 Sep 2009 06:37:25 +0000 (06:37 +0000)
svn changeset:8716/svn branch:6.1

src/com/vaadin/ui/SplitPanel.java

index ae33bafa39ac466f23d8350e35482c902f8b2195..7430476b74624ea3967b3fcd39c8c50e58a193d3 100644 (file)
@@ -28,12 +28,12 @@ public class SplitPanel extends AbstractLayout {
     /* Predefined orientations */
 
     /**
-     * Components are to be layed out vertically.
+     * Components are to be laid out vertically.
      */
     public static final int ORIENTATION_VERTICAL = 0;
 
     /**
-     * Components are to be layed out horizontally.
+     * Components are to be laid out horizontally.
      */
     public static final int ORIENTATION_HORIZONTAL = 1;
 
@@ -281,7 +281,7 @@ public class SplitPanel extends AbstractLayout {
      * Moves the position of the splitter.
      * 
      * @param pos
-     *            the new size of the first region in persentage
+     *            the new size of the first region in percentage
      */
     public void setSplitPosition(int pos) {
         setSplitPosition(pos, UNITS_PERCENTAGE);