From f6f617b28fce628283769505c90ab35da6ec9709 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Wed, 21 Sep 2011 10:44:27 +0000 Subject: Engrish -> English in the comment (#3125) svn changeset:21205/svn branch:6.6 --- src/com/vaadin/terminal/gwt/client/ui/VView.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/vaadin/terminal/gwt/client/ui/VView.java b/src/com/vaadin/terminal/gwt/client/ui/VView.java index a4e8b5ca30..a2184c4954 100644 --- a/src/com/vaadin/terminal/gwt/client/ui/VView.java +++ b/src/com/vaadin/terminal/gwt/client/ui/VView.java @@ -597,9 +597,9 @@ public class VView extends SimplePanel implements Container, ResizeHandler, return getElement().getOffsetWidth() - getExcessWidth(); } - // If not running standalone, we might be inside elements that does - // not shrink with the browser window with the our own components - // having calculated widths (#3125) + // If not running standalone, we might be inside elements that don't + // shrink with the browser window if our own components have + // calculated widths (#3125) Element layoutElement = ((Widget) layout).getElement(); Style layoutStyle = layoutElement.getStyle(); -- cgit v1.2.3