]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed a typo in Javadoc.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 4 Dec 2009 09:45:02 +0000 (09:45 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 4 Dec 2009 09:45:02 +0000 (09:45 +0000)
svn changeset:10154/svn branch:6.2

src/com/vaadin/ui/PopupView.java

index 9d8144f78e033911bd70749010a0ed471428ac72..7d1a6850e6d7fe9cc65a08e92ad52a01c365c885 100644 (file)
@@ -165,7 +165,7 @@ public class PopupView extends AbstractComponentContainer {
     }
 
     /**
-     * Should the popup automaticly hide when the user takes the mouse cursor
+     * Should the popup automatically hide when the user takes the mouse cursor
      * out of the popup area? If this is false, the user must click outside the
      * popup to close it. The default is true.
      *