]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixed comment typo
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 19 Sep 2007 10:14:55 +0000 (10:14 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 19 Sep 2007 10:14:55 +0000 (10:14 +0000)
svn changeset:2327/svn branch:trunk

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

index 7b2bb25a2acea20e5b3407f99abedc81fce9541b..d837ac16edc280b007079d09c7b3b5e99c1837f8 100644 (file)
@@ -15,7 +15,7 @@ import com.itmill.toolkit.terminal.gwt.client.Paintable;
 import com.itmill.toolkit.terminal.gwt.client.UIDL;
 
 /**
- * Custom Layout implements complext layouting defined with HTML template.
+ * Custom Layout implements complex layout defined with HTML template.
  * 
  * @author IT Mill
  * 
@@ -201,7 +201,7 @@ public class ICustomLayout extends ComplexPanel implements Paintable, Layout {
         }-*/;
 
        /**
-        * Exctract body part and script tags from raw html-template.
+        * Extract body part and script tags from raw html-template.
         * 
         * Saves contents of all script-tags to private property: scripts. Returns
         * contents of the body part for the html without script-tags. Also replaces