diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-12-20 11:25:37 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-12-20 15:55:00 +0100 |
commit | b55259eeb549482477c57d854f3de72aff345edb (patch) | |
tree | 35e474b8458ae776a8455f4f78e73ae28c611180 /wizards | |
parent | 377ec698afc98a9a098b456f4ae3c694498df6a2 (diff) |
typo fixes
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/web/Process.py | 2 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.py | 2 |
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. |