summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/web/Process.py2
-rw-r--r--wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.py2
2 files changed, 2 insertions, 2 deletions
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.