diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-10-10 13:14:59 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-10-10 14:14:59 +0300 |
commit | fa62729e243df9cea8fd3c93cf10a96b7f9c713c (patch) | |
tree | 6f905e6f8c50048805edd6444f261e718c9576ab /server/src/main/java/com/vaadin/ui/Button.java | |
parent | ab18b6c58ef819dbc0049c4713cf06209d5abc47 (diff) | |
download | vaadin-framework-fa62729e243df9cea8fd3c93cf10a96b7f9c713c.tar.gz vaadin-framework-fa62729e243df9cea8fd3c93cf10a96b7f9c713c.zip |
Fix typos (#10158)
Diffstat (limited to 'server/src/main/java/com/vaadin/ui/Button.java')
-rw-r--r-- | server/src/main/java/com/vaadin/ui/Button.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main/java/com/vaadin/ui/Button.java b/server/src/main/java/com/vaadin/ui/Button.java index c759a3a440..ef6d0c62dd 100644 --- a/server/src/main/java/com/vaadin/ui/Button.java +++ b/server/src/main/java/com/vaadin/ui/Button.java @@ -519,7 +519,7 @@ public class Button extends AbstractFocusable * Sets the component's icon and alt text. * <p> * An alt text is shown when an image could not be loaded, and read by - * assisitve devices. + * assistive devices. * * @param icon * the icon to be shown with the component's caption. |