From 6d68e88a0fc5a54bbb826379163bd0b9c6eae0fb Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 7 Feb 2016 22:36:07 +0100 Subject: Fix typos Change-Id: I4586168d3af81f047a4ded59fc6d257f17554885 Reviewed-on: https://gerrit.libreoffice.org/22194 Tested-by: Jenkins Reviewed-by: jan iversen Tested-by: jan iversen --- qadevOOo/runner/lib/MultiPropertyTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/runner') diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java index c4521f38dfb4..8f345857990b 100644 --- a/qadevOOo/runner/lib/MultiPropertyTest.java +++ b/qadevOOo/runner/lib/MultiPropertyTest.java @@ -49,7 +49,7 @@ import com.sun.star.uno.Type; * *

The testProperty() is called, when the MultiMethodTest's testing method * is not found in the subclass. So, by defining such methods for properties - * the standard testing behavioutr can be changed. + * the standard testing behaviour can be changed. * *

The testing behaviour also can be changed by overriding compare(), * getNewVAlue() or toString(Object) methods, or by extending PropertyTester -- cgit