]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed typos in Javadoc.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 4 Jul 2008 11:49:56 +0000 (11:49 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 4 Jul 2008 11:49:56 +0000 (11:49 +0000)
svn changeset:5061/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/IView.java

index da0c66e04108a48c328b6d731e974f2edf006e2b..530b2fa74998a5ae6f99a9295308a77bec446b52 100644 (file)
@@ -40,10 +40,10 @@ public class IView extends SimplePanel implements Paintable,
 
     private ShortcutActionHandler actionHandler;
 
-    /** stored width for IE resize optiomization */
+    /** stored width for IE resize optimization */
     private int width;
 
-    /** stored height for IE resize optiomization */
+    /** stored height for IE resize optimization */
     private int height;
 
     /**