From e1e436eaa036e18854b050b958b7bed1c86a31ff Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 13 Nov 2017 00:14:03 +0100 Subject: Fix typos Change-Id: I2a10e087a776ac96b3193226610577227d2492a8 Reviewed-on: https://gerrit.libreoffice.org/44655 Tested-by: Jenkins Reviewed-by: Mark Page --- qadevOOo/tests/java/ifc/frame/_XModuleManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/tests') diff --git a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java index bfc06a9dc640..9ff0587f66f6 100644 --- a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java +++ b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java @@ -58,7 +58,7 @@ public class _XModuleManager extends MultiMethodTest { * contains a XFrame, XController or a * XModel. The name of the PropertyValue contains the expected return * value of method indetify() if the method was called with - * coresponding value.

+ * corresponding value.

* As enhancement the method identify() was called with invalid * parameter. In this case the thrown exceptions were caught. */ -- cgit