summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2011-09-21 10:44:27 +0000
committerLeif Åstrand <leif@vaadin.com>2011-09-21 10:44:27 +0000
commitf6f617b28fce628283769505c90ab35da6ec9709 (patch)
tree5045beb62d55f9cbc7904947b38815dd81a75613
parentd0f60a2c01506f256d1a0adb39c120f0b49f1791 (diff)
downloadvaadin-framework-f6f617b28fce628283769505c90ab35da6ec9709.tar.gz
vaadin-framework-f6f617b28fce628283769505c90ab35da6ec9709.zip
Engrish -> English in the comment (#3125)
svn changeset:21205/svn branch:6.6
-rw-r--r--src/com/vaadin/terminal/gwt/client/ui/VView.java6
1 files 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();