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();