summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-04 20:20:54 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-05 10:44:41 +0200
commit9d787ac8ee3b336d620fbec2cd3cba16a1f2f30a (patch)
tree5d3640601c2a97cdf6522c5ff8bd282fa88698fb /solenv/bin/modules/installer
parent007fd868e398f51363a24aa24c244cb8096e0579 (diff)
Fix typos
Change-Id: I66d48c809b263835016571772ce2ee529c16b8f4 Reviewed-on: https://gerrit.libreoffice.org/76960 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'solenv/bin/modules/installer')
-rw-r--r--solenv/bin/modules/installer/parameter.pm2
-rw-r--r--solenv/bin/modules/installer/scriptitems.pm2
-rw-r--r--solenv/bin/modules/installer/windows/file.pm4
-rw-r--r--solenv/bin/modules/installer/windows/media.pm2
4 files changed, 5 insertions, 5 deletions
diff --git a/solenv/bin/modules/installer/parameter.pm b/solenv/bin/modules/installer/parameter.pm
index 352b6f94c19b..9d8efbb558a6 100644
--- a/solenv/bin/modules/installer/parameter.pm
+++ b/solenv/bin/modules/installer/parameter.pm
@@ -233,7 +233,7 @@ sub setglobalvariables
{
# Setting the installertype directory corresponding to the environment variable PKGFORMAT
# The global variable $installer::globals::packageformat can only contain one package format.
- # If PKGFORMAT contains more than one format (for example "rpm deb") this is splitted in the
+ # If PKGFORMAT contains more than one format (for example "rpm deb") this is split in the
# makefile calling the perl program.
$installer::globals::installertypedir = $installer::globals::packageformat;
diff --git a/solenv/bin/modules/installer/scriptitems.pm b/solenv/bin/modules/installer/scriptitems.pm
index 01f29f067198..da0768daa9ba 100644
--- a/solenv/bin/modules/installer/scriptitems.pm
+++ b/solenv/bin/modules/installer/scriptitems.pm
@@ -819,7 +819,7 @@ sub get_Directoryname_From_Directorygid
}
##################################################################
-# Getting destination direcotory for links, files and profiles
+# Getting destination directory for links, files and profiles
##################################################################
sub get_Destination_Directory_For_Item_From_Directorylist # this is used for Files, Profiles and Links
diff --git a/solenv/bin/modules/installer/windows/file.pm b/solenv/bin/modules/installer/windows/file.pm
index d3771fae0b94..61116e923b6d 100644
--- a/solenv/bin/modules/installer/windows/file.pm
+++ b/solenv/bin/modules/installer/windows/file.pm
@@ -248,8 +248,8 @@ sub get_file_component_name
$componentname =~ s/\./\_/g; # converting "-" to "_"
# Attention: Maximum length for the componentname is 72
- # %installer::globals::allcomponents_in_this_database : resetted for each database
- # %installer::globals::allcomponents : not resetted for each database
+ # %installer::globals::allcomponents_in_this_database : reset for each database
+ # %installer::globals::allcomponents : not reset for each database
# Component strings must be unique for the complete product, because they are used for
# the creation of the globally unique identifier.
diff --git a/solenv/bin/modules/installer/windows/media.pm b/solenv/bin/modules/installer/windows/media.pm
index 3e6f429ba8e1..e73013ee055d 100644
--- a/solenv/bin/modules/installer/windows/media.pm
+++ b/solenv/bin/modules/installer/windows/media.pm
@@ -98,7 +98,7 @@ sub get_maximum_filenumber
$maxfile = $allfiles / $maxcabfilenumber;
- $maxfile++; # for securitry
+ $maxfile++; # for security
return $maxfile;
}