]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixed typo
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 20 Jun 2007 05:58:51 +0000 (05:58 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 20 Jun 2007 05:58:51 +0000 (05:58 +0000)
svn changeset:1770/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/Layout.java

index 7a897c0f99fd256fc02a6a1b34f35f286ab4abed..41e4a783765ec9f442a69bef734e57ecca39cf41 100644 (file)
@@ -34,7 +34,7 @@ public interface Layout extends Paintable {
         * Each component is responsible for maintaining its caption, description
         * and error message. In most cases components doesn't want to do that and
         * those elements reside outside of the component. Because of this layouts
-        * msut provide service for it's childen to show those elements for them.
+        * must provide service for it's childen to show those elements for them.
         * </p>
         * 
         * @param component