summaryrefslogtreecommitdiff
path: root/smoketest/data/Basic/Standard/Test_Ext.xml
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/data/Basic/Standard/Test_Ext.xml')
-rw-r--r--smoketest/data/Basic/Standard/Test_Ext.xml2
1 files changed, 1 insertions, 1 deletions
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, "---"