From ad2eb6c4ba3ca36e2302c721a106dac80d266325 Mon Sep 17 00:00:00 2001 From: "Stefan Knorr (astron)" Date: Thu, 8 Dec 2011 09:05:20 +0100 Subject: Less succes, more success --- udkapi/com/sun/star/test/XSimpleTest.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi') diff --git a/udkapi/com/sun/star/test/XSimpleTest.idl b/udkapi/com/sun/star/test/XSimpleTest.idl index 012b378b26bc..4aa178bff6cf 100644 --- a/udkapi/com/sun/star/test/XSimpleTest.idl +++ b/udkapi/com/sun/star/test/XSimpleTest.idl @@ -90,7 +90,7 @@ published interface XSimpleTest: com::sun::star::uno::XInterface //------------------------------------------------------------------------- /**States if one of the last test has failed. This is cumulative. - @return true if all test have been passed succesfully. false if an error has occurred. + @return true if all test have been passed successfully. false if an error has occurred. */ boolean testPassed(); -- cgit