From 9e6490d32a024333032b080efc7ba2d815c6eeed Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Wed, 27 Sep 2017 12:44:25 +0200 Subject: Fix typos (#10095) --- uitest/src/main/java/com/vaadin/tests/OrderedLayoutSwapComponents.java | 2 +- .../com/vaadin/tests/components/combobox/GridLayoutComboBoxZoomOut.java | 2 +- .../com/vaadin/tests/components/embedded/EmbeddedThemeResource.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'uitest/src/main/java') 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 */ -- cgit v1.2.3