From 19e519593c940fbbf953b7d0ff6d7c86707f39e2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 29 Dec 2017 00:42:06 +0100 Subject: Fix typos Change-Id: I90f72b6a618436d8cd2115be4e57a07bac15befc Reviewed-on: https://gerrit.libreoffice.org/47161 Tested-by: Jenkins Reviewed-by: Julien Nabet --- qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo') diff --git a/qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java b/qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java index 49fe7107ffdf..884fb27afb8d 100644 --- a/qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java +++ b/qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java @@ -188,7 +188,7 @@ public class _XMultiPropertyStates extends MultiMethodTest { log.println("Ignore Runtime Exception: " + e.getMessage()); } log.println("Checking that all properties are now in DEFAULT state" + - " excepting may be those which 'cann't be default'"); + " excepting may be those which 'can't be default'"); try { states = oObj.getPropertyStates(names); -- cgit