summaryrefslogtreecommitdiffstats
path: root/framework/qa/complex/XUserInputInterception/EventTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qa/complex/XUserInputInterception/EventTest.java')
-rw-r--r--framework/qa/complex/XUserInputInterception/EventTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java b/framework/qa/complex/XUserInputInterception/EventTest.java
index b2a6f06b425a..c8e9d5d1e67f 100644
--- a/framework/qa/complex/XUserInputInterception/EventTest.java
+++ b/framework/qa/complex/XUserInputInterception/EventTest.java
@@ -318,7 +318,7 @@ public class EventTest {
XUserInputInterception xUII = UnoRuntime.queryInterface(XUserInputInterception.class, xController);
if (xUII == null) {
- fail("could not get XUserInputInterception from XContoller");
+ fail("could not get XUserInputInterception from XController");
}
return xUII;
}