summaryrefslogtreecommitdiff
path: root/forms/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-06-19 21:52:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-06-19 22:57:51 +0200
commit52aafb61afc45677e5c9f17f791c75f9a2ba5941 (patch)
treee6613788771f4fb99da210c7a31d688f30a709b1 /forms/qa
parent29c32b59d5c0d91d28ba5086ee253fa39a784440 (diff)
Fix typo
Change-Id: I6dc27f359ac5b9993d794c15c96712d95c4d476a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169235 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms/qa')
-rw-r--r--forms/qa/integration/forms/CellBinding.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/qa/integration/forms/CellBinding.java b/forms/qa/integration/forms/CellBinding.java
index 56d811a25dc5..1105ed6a748d 100644
--- a/forms/qa/integration/forms/CellBinding.java
+++ b/forms/qa/integration/forms/CellBinding.java
@@ -129,7 +129,7 @@ public class CellBinding extends complexlib.ComplexTestCase
{
// two radio buttons
XPropertySet primaryRadio = createRadio( 28, "radio button no. 1", "radio group", "primary" );
- XPropertySet secondaryRadio = createRadio( 33, "radio button no. 2", "radio group", "secodary" );
+ XPropertySet secondaryRadio = createRadio( 33, "radio button no. 2", "radio group", "secondary" );
// bind them
short col = (short)0;
@@ -166,7 +166,7 @@ public class CellBinding extends complexlib.ComplexTestCase
{
// two radio buttons
XPropertySet primaryRadio = createRadio( 46, "radio button A", "radio ref group", "primary" );
- XPropertySet secondaryRadio = createRadio( 51, "radio button B", "radio ref group", "secodary" );
+ XPropertySet secondaryRadio = createRadio( 51, "radio button B", "radio ref group", "secondary" );
// give the ref values
String refValueA = "ref value A";