From b55259eeb549482477c57d854f3de72aff345edb Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 20 Dec 2013 11:25:37 +0100 Subject: typo fixes Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9 --- wizards/com/sun/star/wizards/web/Process.py | 2 +- wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards/com/sun') diff --git a/wizards/com/sun/star/wizards/web/Process.py b/wizards/com/sun/star/wizards/web/Process.py index b13865177807..3502b58492f9 100644 --- a/wizards/com/sun/star/wizards/web/Process.py +++ b/wizards/com/sun/star/wizards/web/Process.py @@ -205,7 +205,7 @@ class Process(ProcessErrors): task.advance(True) # Copy "static" files (which are always the same, - # thus not user-input-dependant) to a target directory. + # thus not user-input-dependent) to a target directory. # Note that this method is static since it is # also used when displaying a "preview" # @param copy diff --git a/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.py b/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.py index 0b620c12ae31..f05458dbcdef 100644 --- a/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.py +++ b/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.py @@ -33,7 +33,7 @@ class ImpressHTMLExporter(ConfiguredExporter): def export(source, targetDirectory, xmsf, task): # here set some filter specific properties. - # other properties, which are not dependant on + # other properties, which are not dependent on # user input are set through the exporter # configuration. -- cgit