]> source.dussan.org Git - vaadin-framework.git/commitdiff
Comment typo correction
authorHenri Sara <henri.sara@itmill.com>
Thu, 1 Apr 2010 12:05:50 +0000 (12:05 +0000)
committerHenri Sara <henri.sara@itmill.com>
Thu, 1 Apr 2010 12:05:50 +0000 (12:05 +0000)
svn changeset:12278/svn branch:6.3

src/com/vaadin/terminal/gwt/client/Util.java

index 5e57ad9128a9168c803db9a3db930c45131dded4..4b56ae7a4412414a1fd1b3cc90c36821084cf914 100644 (file)
@@ -585,7 +585,7 @@ public class Util {
                         if (scrolltop == 0) {
                             // mysterious are the ways of webkits scrollbar
                             // handling. In some cases webkit reports bad (0)
-                            // scrolltop before hiding the elment temporary,
+                            // scrolltop before hiding the element temporary,
                             // sometimes after.
                             scrollvalue = elem.getScrollTop();
                         }