[Libreoffice-commits] core.git: solenv/bin
Andrea Gelmini
andrea.gelmini at gelma.net
Thu Sep 28 08:51:55 UTC 2017
solenv/bin/pack_images.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b195f901ece8b4a879958d90c612d966a87923df
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Thu Sep 28 09:33:41 2017 +0200
Fix typos
Change-Id: I22b1c5575dcd38b9cfac2068ba3960026e44ad1e
Reviewed-on: https://gerrit.libreoffice.org/42888
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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.
More information about the Libreoffice-commits
mailing list