From: Jouni Koivuviita Date: Fri, 4 Dec 2009 09:45:02 +0000 (+0000) Subject: Fixed a typo in Javadoc. X-Git-Tag: 6.7.0.beta1~2196 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7c1765dfcf0df044855be16b444495513e81936a;p=vaadin-framework.git Fixed a typo in Javadoc. svn changeset:10154/svn branch:6.2 --- 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. *