]> source.dussan.org Git - vaadin-framework.git/commitdiff
small doc changes
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 5 Oct 2007 07:06:02 +0000 (07:06 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 5 Oct 2007 07:06:02 +0000 (07:06 +0000)
svn changeset:2440/svn branch:trunk

src/com/itmill/toolkit/ui/CustomLayout.java

index c0b598d42e4833bc75dd11b522ebb4fac918b27f..9cc263f99b0de177c1803978839b9391c1ed80e4 100644 (file)
@@ -38,7 +38,7 @@ import java.util.HashMap;
  * <p>
  * A container component with freely designed layout and style. The container
  * consists of items with textually represented locations. Each item contains
- * one sub-component. The adapter and theme are resposible for rendering the
+ * one sub-component. The adapter and theme are responsible for rendering the
  * layout with given style by placing the items on the screen in defined
  * locations.
  * </p>
@@ -46,14 +46,14 @@ import java.util.HashMap;
  * <p>
  * The definition of locations is not fixed - the each style can define its
  * locations in a way that is suitable for it. One typical example would be to
- * create visual design for a website as a custom layout: the visual design
+ * create visual design for a web site as a custom layout: the visual design
  * could define locations for "menu", "body" and "title" for example. The layout
  * would then be implemented as XLS-template with for given style.
  * </p>
  * 
  * <p>
  * The default theme handles the styles that are not defined by just drawing the
- * subcomponents with flowlayout.
+ * subcomponents as in OrderedLayout.
  * </p>
  * 
  * @author IT Mill Ltd.