[Libreoffice-commits] core.git: Branch 'aoo/trunk' - solenv/bin

Matthias Seidel mseidel at apache.org
Sun Mar 12 22:11:18 UTC 2017


 solenv/bin/modules/installer/patch/InstallationSet.pm |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 2bf0ec1ac35dec10af8b0beb52d9daac96e453f1
Author: Matthias Seidel <mseidel at apache.org>
Date:   Sun Mar 12 20:37:33 2017 +0000

    Fixed typos

diff --git a/solenv/bin/modules/installer/patch/InstallationSet.pm b/solenv/bin/modules/installer/patch/InstallationSet.pm
index fecb94c..13b1f72 100644
--- a/solenv/bin/modules/installer/patch/InstallationSet.pm
+++ b/solenv/bin/modules/installer/patch/InstallationSet.pm
@@ -216,7 +216,7 @@ sub UnpackCab ($$$)
         ++$count;
     }
 
-    # Cleanup.  Remove the temporary directory.  It should be empty by now.
+    # Cleanup. Remove the temporary directory. It should be empty by now.
     rmdir($temporary_destination_path);
 }
 
@@ -227,9 +227,9 @@ sub UnpackCab ($$$)
 
     Unpack the flat file structure of the $cab_filename to $destination_path.
 
-    In order to detect and handle an incomplete (arborted) previous
-    extraction, the cab file is unpacked to a temprorary directory
-    that after successful extraction is renamed to $destination_path.
+    In order to detect and handle an incomplete (aborted) previous
+    extraction, the cab file is unpacked to a temporary directory
+    that, after successful extraction, is renamed to $destination_path.
 
 =cut
 sub UnpackCabFlat ($$$)
@@ -237,7 +237,7 @@ sub UnpackCabFlat ($$$)
     my ($cab_filename, $destination_path, $file_table) = @_;
 
     # Unpack the .cab file to a temporary path (note that
-    # $destination_path may alreay bee a temporary path). Using a
+    # $destination_path may already be a temporary path). Using a
     # second one prevents the lengthy flat unpacking to be repeated
     # when another step fails.
 
@@ -388,7 +388,7 @@ sub Download ($$$)
     my $digest = undef;
     if ( ! defined $checksum_value)
     {
-        # No checksum available.  Skip test.
+        # No checksum available. Skip test.
     }
     elsif ($checksum_type eq "sha256")
     {
@@ -592,7 +592,7 @@ sub ProvideUnpackedExe ($$$$$)
 
     if ($exe_is_unpacked)
     {
-        # Yes, exe has already been unpacked.  There is nothing more to do.
+        # Yes, exe has already been unpacked. There is nothing more to do.
         $installer::logger::Info->printf("downloadable installation set has already been unpacked to\n");
         $installer::logger::Info->printf("    %s\n", $unpacked_exe_path);
         return 1;


More information about the Libreoffice-commits mailing list