]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix spelling
authorSteven Spungin <steven@spungin.tv>
Sat, 20 Jun 2015 03:39:23 +0000 (23:39 -0400)
committerHenri Sara <hesara@vaadin.com>
Sat, 4 Jul 2015 10:21:17 +0000 (13:21 +0300)
Change-Id: If7c96cb4bb3fc104ec7eb858f7d55b5ae3f42571

client/src/com/vaadin/client/ui/VScrollTable.java
server/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java

index d3958a2f0099b2febabe3a6b628f1b601d22d038..0ef0cb6949b9a6a93822ad7d1d5c11a48cbfe063 100644 (file)
@@ -303,7 +303,7 @@ public class VScrollTable extends FlowPanel implements HasWidgets,
      */
     private double cache_rate = CACHE_RATE_DEFAULT;
     /**
-     * fraction of pageLenght which can be scrolled without making new request
+     * fraction of pageLength which can be scrolled without making new request
      */
     private double cache_react_rate = 0.75 * cache_rate;
 
@@ -1443,7 +1443,7 @@ public class VScrollTable extends FlowPanel implements HasWidgets,
         if (uidl.hasAttribute("pagelength")) {
             pageLength = uidl.getIntAttribute("pagelength");
         } else {
-            // pagelenght is "0" meaning scrolling is turned off
+            // pagelength is "0" meaning scrolling is turned off
             pageLength = totalRows;
         }
 
index f07b7ecc587a35b8c3102e1d0abcca78ee4a2b5f..86e9069e90051b56d76521022836c3c42dff5759 100644 (file)
@@ -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.
      */