summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorSteven Spungin <steven@spungin.tv>2015-06-19 23:39:23 -0400
committerHenri Sara <hesara@vaadin.com>2015-07-04 13:21:17 +0300
commitd3006697d4b4cd4d05f3f7c90f4891ba365af0e3 (patch)
tree58f73a4a02b86c30bf7fbc42bad38cbdd12e0f85 /server
parent458d2cb6d1be0e31e69cc02e4b6ae0accb797557 (diff)
downloadvaadin-framework-d3006697d4b4cd4d05f3f7c90f4891ba365af0e3.tar.gz
vaadin-framework-d3006697d4b4cd4d05f3f7c90f4891ba365af0e3.zip
Fix spelling
Change-Id: If7c96cb4bb3fc104ec7eb858f7d55b5ae3f42571
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java b/server/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java
index f07b7ecc58..86e9069e90 100644
--- a/server/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java
+++ b/server/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java
@@ -1279,7 +1279,7 @@ public class SQLContainer implements Container, Container.Filterable,
}
/**
- * Fetches a page from the data source based on the values of pageLenght and
+ * Fetches a page from the data source based on the values of pageLength and
* currentOffset. Also updates the set of primary keys, used in
* identification of RowItems.
*/