From 7c1765dfcf0df044855be16b444495513e81936a Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Fri, 4 Dec 2009 09:45:02 +0000 Subject: [PATCH] Fixed a typo in Javadoc. svn changeset:10154/svn branch:6.2 --- src/com/vaadin/ui/PopupView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/vaadin/ui/PopupView.java b/src/com/vaadin/ui/PopupView.java index 9d8144f78e..7d1a6850e6 100644 --- a/src/com/vaadin/ui/PopupView.java +++ b/src/com/vaadin/ui/PopupView.java @@ -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. * -- 2.39.5