diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-14 20:55:40 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-08-19 15:23:14 +0200 |
commit | 9239b11cee9f02cedcb0c240637e58cc8b795086 (patch) | |
tree | 19147a95b9a9e0a6d55293dd97223108dff6fd80 /qadevOOo/tests/java/mod | |
parent | 958854ac4c701e6b1444178514b1a6e4e03be94e (diff) |
Fix typos
Change-Id: I45243c6312545d51409574447e27f5320d4da79c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120493
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'qadevOOo/tests/java/mod')
-rw-r--r-- | qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java index c0c541e4a549..29cdbc71e671 100644 --- a/qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java +++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java @@ -83,7 +83,7 @@ public class AccessibleRadioButton extends TestCase { private static XAccessibleAction accCloseButton; /** - * Closes a Hyperlink dialog, disposes the document, if exists, created in + * Closes a hyperlink dialog, disposes the document, if exists, created in * <code>createTestEnvironment</code> method. */ @Override @@ -107,7 +107,7 @@ public class AccessibleRadioButton extends TestCase { } /** - * Creates a text document, opens a hypelink dialog, selects a first item + * Creates a text document, opens a hyperlink dialog, selects a first item * in IconChoiceCtrl. * Then obtains an accessible object with * the role <code>AccessibleRole.RADIOBUTTON</code> with the name <code> |