diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-27 12:44:25 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-27 13:44:25 +0300 |
commit | 9e6490d32a024333032b080efc7ba2d815c6eeed (patch) | |
tree | 39c3727bd3e5349d3a5967c4a645e8f395e5e69e /uitest/src/main/java | |
parent | 9f9efe0058397992fda43e104c90b79039d41c0f (diff) | |
download | vaadin-framework-9e6490d32a024333032b080efc7ba2d815c6eeed.tar.gz vaadin-framework-9e6490d32a024333032b080efc7ba2d815c6eeed.zip |
Fix typos (#10095)
Diffstat (limited to 'uitest/src/main/java')
3 files changed, 3 insertions, 3 deletions
diff --git a/uitest/src/main/java/com/vaadin/tests/OrderedLayoutSwapComponents.java b/uitest/src/main/java/com/vaadin/tests/OrderedLayoutSwapComponents.java index d878c19aa8..91d62a9b83 100644 --- a/uitest/src/main/java/com/vaadin/tests/OrderedLayoutSwapComponents.java +++ b/uitest/src/main/java/com/vaadin/tests/OrderedLayoutSwapComponents.java @@ -29,7 +29,7 @@ import com.vaadin.ui.VerticalLayout; /** * * This Component contains some simple test to see that component updates its - * contents propertly. + * contents properly. * * @author Vaadin Ltd. */ diff --git a/uitest/src/main/java/com/vaadin/tests/components/combobox/GridLayoutComboBoxZoomOut.java b/uitest/src/main/java/com/vaadin/tests/components/combobox/GridLayoutComboBoxZoomOut.java index 8432605b09..b352170846 100644 --- a/uitest/src/main/java/com/vaadin/tests/components/combobox/GridLayoutComboBoxZoomOut.java +++ b/uitest/src/main/java/com/vaadin/tests/components/combobox/GridLayoutComboBoxZoomOut.java @@ -17,7 +17,7 @@ public class GridLayoutComboBoxZoomOut extends AbstractTestCase { Label description = new Label( "Open this application in Chrome, zoom out (cmd + \"-\") and " - + "open the ComboBox for weird behaviour."); + + "open the ComboBox for weird behavior."); mainWindow.addComponent(description); Layout formLayout = new GridLayout(2, 1); diff --git a/uitest/src/main/java/com/vaadin/tests/components/embedded/EmbeddedThemeResource.java b/uitest/src/main/java/com/vaadin/tests/components/embedded/EmbeddedThemeResource.java index c39e30be48..9f393d9398 100644 --- a/uitest/src/main/java/com/vaadin/tests/components/embedded/EmbeddedThemeResource.java +++ b/uitest/src/main/java/com/vaadin/tests/components/embedded/EmbeddedThemeResource.java @@ -27,7 +27,7 @@ import com.vaadin.v7.ui.themes.Reindeer; /** * Tests that {@link Embedded} uses correct theme when the theme is set with * {@link #setTheme(String)}, and also updates correctly if theme is changed - * later. {@link Image} is used as the baseline for correct behaviour. + * later. {@link Image} is used as the baseline for correct behavior. * * @author Vaadin Ltd */ |