summaryrefslogtreecommitdiff
path: root/desktop/test
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-18 21:58:05 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-18 21:59:02 +0100
commit48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed (patch)
treefbc5a414ea499193b14a1c51a6a4bbd078bedbad /desktop/test
parenta9924d94e7db6db50b8b36a311f7d7abf80e4700 (diff)
Typos
Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
Diffstat (limited to 'desktop/test')
-rw-r--r--desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java2
1 files changed, 1 insertions, 1 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 17c6244329f9..8e7d4cb79c08 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
@@ -256,7 +256,7 @@ public class OptionsEventHandler {
throw new com.sun.star.lang.IllegalArgumentException(
"The window is not supported by this handler", this, (short) -1);
- //To acces the separate controls of the window we need to obtain the
+ //To access the separate controls of the window we need to obtain the
//XControlContainer from window implementation
XControlContainer xContainer = UnoRuntime.queryInterface(
XControlContainer.class, aWindow);