solenv/bin/pack_images.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b195f901ece8b4a879958d90c612d966a87923df
Author: Andrea Gelmini <andrea.gelm...@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 <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@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.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to