Revision: 9939
Author:   [email protected]
Date:     Mon Apr  4 10:18:35 2011
Log:      Fixing typo in comments

Review at http://gwt-code-reviews.appspot.com/1402802

http://code.google.com/p/google-web-toolkit/source/detail?r=9939

Modified:
 /trunk/user/test/com/google/gwt/user/client/WindowTest.java

=======================================
--- /trunk/user/test/com/google/gwt/user/client/WindowTest.java Mon Apr 4 08:27:36 2011 +++ /trunk/user/test/com/google/gwt/user/client/WindowTest.java Mon Apr 4 10:18:35 2011
@@ -326,7 +326,7 @@
       // sizes as requested.
// If the sizes are too big, for example, height > screen.availHeight + 40 // on FF, resizeTo silently sets the height to screen.availHeight + 40. - // hive machines are configured at this time as 800x600, reduce the size + // Some test machines are configured at this time as 800x600, reduce the size
       // to give some 'buffer'
       Window.resizeTo(750, 550);
       extraWidth = 750 - Window.getClientWidth();

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to