summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;