From 0c0e3e7539f683548e93616a30af8ac90c9abad0 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 30 Oct 2014 12:04:11 +0100 Subject: Fixed typos. No automatic tools (sed, and so on). Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f Reviewed-on: https://gerrit.libreoffice.org/12150 Reviewed-by: Bryan Quigley Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- smoketest/data/Basic/Standard/Test_Ext.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smoketest/data') diff --git a/smoketest/data/Basic/Standard/Test_Ext.xml b/smoketest/data/Basic/Standard/Test_Ext.xml index 2984ff67c33a..a46449a13aed 100644 --- a/smoketest/data/Basic/Standard/Test_Ext.xml +++ b/smoketest/data/Basic/Standard/Test_Ext.xml @@ -85,7 +85,7 @@ Sub TestExtensions 'Try to create the service which is contained in the now removed extension. oTestExtension = createUnoService(cUnoSmoketestTestExtension) - 'The service must not be available anymore. Therefor isNull must return true. + 'The service must not be available anymore. Therefore isNull must return true. LogTestResult( "Extension "+ cMessageExtensionUninstall, IsNull (oTestExtension) ) Print #LocalTestLog, "---" -- cgit