commit | b697b743da756968cec01817b02e69a9a347939c | [log] [tgz] |
---|---|---|
author | rchandia@google.com <rchandia@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon Apr 04 17:18:35 2011 +0000 |
committer | rchandia@google.com <rchandia@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon Apr 04 17:18:35 2011 +0000 |
tree | f86cd916de18ec08c0b007be4a4b1823f316f47b | |
parent | 27de4cc9eac6abb1d2a1a85b04983903b1707b5f [diff] |
Fixing typo in comments Review at http://gwt-code-reviews.appspot.com/1402802 git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9939 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/user/client/WindowTest.java b/user/test/com/google/gwt/user/client/WindowTest.java index fae2b13..800122f 100644 --- a/user/test/com/google/gwt/user/client/WindowTest.java +++ b/user/test/com/google/gwt/user/client/WindowTest.java
@@ -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();