summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer.pm
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-01 01:03:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-04-14 08:08:30 +0200
commit40cb28a7d564653e90cb1377e98c0c6f7a0eff6b (patch)
treeaabb6d634246ce6e129b426dc5cefbf3c4ff798f /solenv/bin/modules/installer.pm
parent00685f14577d3d25881b48458a15f1485a9ae7f6 (diff)
Fix typos
Change-Id: I981cfdf97d132afdd4d3729ec76b6a3f4c62909a Reviewed-on: https://gerrit.libreoffice.org/52210 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'solenv/bin/modules/installer.pm')
-rw-r--r--solenv/bin/modules/installer.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm
index b11e55b09077..fff1d90155d9 100644
--- a/solenv/bin/modules/installer.pm
+++ b/solenv/bin/modules/installer.pm
@@ -654,7 +654,7 @@ sub run {
# 1. Looking for all destination paths in the files array
# 2. Looking for directories with CREATE flag in the directory array
# Advantage: Many paths are hidden in zip files, they are not defined in the setup script.
- # It will be possible, that in the setup script only those directoies have to be defined,
+ # It will be possible, that in the setup script only those directories have to be defined,
# that have a CREATE flag. All other directories are created, if they contain at least one file.
my ($directoriesforepmarrayref, $alldirectoryhash) = installer::scriptitems::collect_directories_from_filesarray($filesinproductlanguageresolvedarrayref, $unixlinksinproductlanguageresolvedarrayref);