From 3c0c3e0a997f66821d037df641c435dda930a890 Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Mon, 25 Sep 2017 06:54:30 +0200 Subject: Fix typos (#10071) And use varargs in a test. --- .../src/main/java/com/vaadin/v7/client/ui/VCalendarPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compatibility-client/src') diff --git a/compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCalendarPanel.java b/compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCalendarPanel.java index 21229dcb84..2c2841042d 100644 --- a/compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCalendarPanel.java +++ b/compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCalendarPanel.java @@ -1404,7 +1404,7 @@ public class VCalendarPanel extends FocusableFlexTable implements /** * Returns the reset key which will reset the calendar to the previous - * selection. By default this is backspace but it can be overriden to change + * selection. By default this is backspace but it can be overridden to change * the key to whatever you want. * * @return -- cgit v1.2.3