summaryrefslogtreecommitdiffstats
path: root/desktop/test
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:26:09 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-18 08:25:49 +0200
commitc3cab06902f56eb539961ff75327345cfdd1023b (patch)
treee6c9d53946cb76b08f22bf39da0bb9573ff2cf10 /desktop/test
parentFix typo (diff)
downloadcore-c3cab06902f56eb539961ff75327345cfdd1023b.tar.gz
core-c3cab06902f56eb539961ff75327345cfdd1023b.zip
Fix typo
Change-Id: I1394c7b15ce39d553e6476d5e19731167b220e9d Reviewed-on: https://gerrit.libreoffice.org/72503 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop/test')
-rw-r--r--desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java b/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java
index 2dd230b7da00..b360f470bef3 100644
--- a/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java
+++ b/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java
@@ -195,7 +195,7 @@ public class OptionsEventHandler {
XControl xControl = xContainer.getControl(m_arStringControls[i]);
//This generic handler and the corresponding registry schema support
- //up to five text controls. However, if a options page does not use all
+ //up to five text controls. However, if an options page does not use all
//five controls then we will not complain here.
if (xControl == null)
continue;
@@ -290,7 +290,7 @@ public class OptionsEventHandler {
XControl xControl = xContainer.getControl(m_arStringControls[i]);
//This generic handler and the corresponding registry schema support
- //up to five text controls. However, if a options page does not use all
+ //up to five text controls. However, if an options page does not use all
//five controls then we will not complain here.
if (xControl == null)
continue;