From: Matti Tahvonen Date: Wed, 19 Sep 2007 10:14:55 +0000 (+0000) Subject: fixed comment typo X-Git-Tag: 6.7.0.beta1~5992 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bcc46d128fe6e7b0d64b93ae95a5375b62474f41;p=vaadin-framework.git fixed comment typo svn changeset:2327/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomLayout.java b/src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomLayout.java index 7b2bb25a2a..d837ac16ed 100644 --- a/src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomLayout.java +++ b/src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomLayout.java @@ -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