Fix typos
Change-Id: I22b1c5575dcd38b9cfac2068ba3960026e44ad1e Reviewed-on: https://gerrit.libreoffice.org/42888 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
0b20137bad
commit
b195f901ec
@@ -173,7 +173,7 @@ def replace_zip_file(src, dst):
|
||||
|
||||
|
||||
def optimize_zip_layout(zip_list, sort_file=None):
|
||||
""" Optimzie the zip layout by ordering the list of filename alphabetically
|
||||
""" Optimize the zip layout by ordering the list of filename alphabetically
|
||||
or with provided sort file (can be partly).
|
||||
|
||||
:type zip_list: dict
|
||||
@@ -227,7 +227,7 @@ def create_zip_archive(zip_list, links, tmp_dir, tmp_zip_file, sort_file=None):
|
||||
:param links: All filenames to create links.txt file.
|
||||
|
||||
:type tmp_dir: str
|
||||
:param tmp_dir: Path to tempory saved files.
|
||||
:param tmp_dir: Path to temporary saved files.
|
||||
|
||||
:type tmp_zip_file: str
|
||||
:param tmp_zip_file: Filename/Path of temporary zip archive.
|
||||
|
Reference in New Issue
Block a user