From bcc46d128fe6e7b0d64b93ae95a5375b62474f41 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Wed, 19 Sep 2007 10:14:55 +0000 Subject: [PATCH] fixed comment typo svn changeset:2327/svn branch:trunk --- .../itmill/toolkit/terminal/gwt/client/ui/ICustomLayout.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5