From 0a7b80a02eb21588e36dc82eea979e450d094ba2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 Aug 2014 13:00:44 +0200 Subject: fix spelling compilant -> compliant Change-Id: I5a469226a576906f0dd860c008d2e3fab1659ff7 --- qadevOOo/tests/java/ifc/awt/_XTextComponent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/tests/java/ifc/awt/_XTextComponent.java') diff --git a/qadevOOo/tests/java/ifc/awt/_XTextComponent.java b/qadevOOo/tests/java/ifc/awt/_XTextComponent.java index c5fc43c75335..4d7d3c91ef5e 100644 --- a/qadevOOo/tests/java/ifc/awt/_XTextComponent.java +++ b/qadevOOo/tests/java/ifc/awt/_XTextComponent.java @@ -49,7 +49,7 @@ import com.sun.star.lang.EventObject; *
  • 'XTextComponent.onlyNumbers' (of type Object): * needed for checking if component can contain only numeric values
  • *

    -* Test is NOT multithread compilant.

    +* Test is NOT multithread compliant.

    * @see com.sun.star.awt.XTextComponent */ public class _XTextComponent extends MultiMethodTest { -- cgit