summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-28 09:33:41 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-09-28 10:51:32 +0200
commitb195f901ece8b4a879958d90c612d966a87923df (patch)
tree02ff8d0c22d6d910e733eb4a5d6b1e394ccd5daa /solenv
parent0b20137badc4b359a338f2ef235f17d2ccbcbf11 (diff)
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>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/pack_images.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/pack_images.py b/solenv/bin/pack_images.py
index 0e1a5fe329f0..9a68d97821f0 100755
--- a/solenv/bin/pack_images.py
+++ b/solenv/bin/pack_images.py
@@ -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.