summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2009-09-09 06:37:25 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2009-09-09 06:37:25 +0000
commit2da7f86d383435887e9a21ef2c89f802ffd6cb8c (patch)
tree3d89aaaa49cdcd989e626dfdfe4b85aafdb7c657 /src/com/vaadin/ui
parent45892c57a8326c6ceae321d09293105c956b5077 (diff)
downloadvaadin-framework-2da7f86d383435887e9a21ef2c89f802ffd6cb8c.tar.gz
vaadin-framework-2da7f86d383435887e9a21ef2c89f802ffd6cb8c.zip
fixes #3309 + two other typos
svn changeset:8716/svn branch:6.1
Diffstat (limited to 'src/com/vaadin/ui')
-rw-r--r--src/com/vaadin/ui/SplitPanel.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/vaadin/ui/SplitPanel.java b/src/com/vaadin/ui/SplitPanel.java
index ae33bafa39..7430476b74 100644
--- a/src/com/vaadin/ui/SplitPanel.java
+++ b/src/com/vaadin/ui/SplitPanel.java
@@ -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);