summaryrefslogtreecommitdiff
path: root/solenv
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
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')
-rwxr-xr-xsolenv/bin/mkdocs.sh2
-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
-rw-r--r--solenv/bin/modules/par2script/systemactions.pm2
-rw-r--r--solenv/bin/modules/pre2par/systemactions.pm2
-rwxr-xr-xsolenv/bin/ooinstall2
-rw-r--r--solenv/bin/polib.py4
9 files changed, 11 insertions, 11 deletions
diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index e83e749bde27..0f92ff87e532 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/bin/mkdocs.sh
@@ -150,7 +150,7 @@ if test ! -f "$DOXYGEN_CFG"; then
exit 1
fi
-# strip -I. and bin -I prefix; exlude system headers
+# strip -I. and bin -I prefix; exclude system headers
DOXYGEN_INCLUDE_PATH=`echo $SOLARINC | sed -e 's/-I\.//g' -e 's/ -I/ /'g -e 's/ -isystem/ /g' -e 's|/usr/[^ ]*| |g'`
# setup version string
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;
}
diff --git a/solenv/bin/modules/par2script/systemactions.pm b/solenv/bin/modules/par2script/systemactions.pm
index 7c9ecbe90fbb..b6e6b546b8c5 100644
--- a/solenv/bin/modules/par2script/systemactions.pm
+++ b/solenv/bin/modules/par2script/systemactions.pm
@@ -24,7 +24,7 @@ use par2script::exiter;
use par2script::globals;
######################################################
-# Creating a new direcotory
+# Creating a new directory
######################################################
sub create_directory
diff --git a/solenv/bin/modules/pre2par/systemactions.pm b/solenv/bin/modules/pre2par/systemactions.pm
index 11d5c259c607..c5f5e44f5f41 100644
--- a/solenv/bin/modules/pre2par/systemactions.pm
+++ b/solenv/bin/modules/pre2par/systemactions.pm
@@ -24,7 +24,7 @@ use pre2par::exiter;
use pre2par::globals;
######################################################
-# Creating a new direcotory
+# Creating a new directory
######################################################
sub create_directory
diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall
index aca6b01ae11d..efb1f28de824 100755
--- a/solenv/bin/ooinstall
+++ b/solenv/bin/ooinstall
@@ -78,7 +78,7 @@ if ($is_windows) {
}
# FIXME: a better solution would be to fix installer to deal with broken symlinks
-# make distro-pack-install shufle with the SDK installation to make it LSB compliant
+# make distro-pack-install shuffle with the SDK installation to make it LSB compliant
# it creates symlinks from the original path to /usr/share; they are not valid with $DESTDIR
# and potential second ooinstall call fails with strange error messages if the old tree is still there
if ($destdir && "$ENV{DESTDIR}" ne "/" && -d "$ENV{DESTDIR}") {
diff --git a/solenv/bin/polib.py b/solenv/bin/polib.py
index ef873541bb7e..5ab421365376 100644
--- a/solenv/bin/polib.py
+++ b/solenv/bin/polib.py
@@ -604,7 +604,7 @@ class _BaseFile(list):
def _encode(self, mixed):
"""
Encodes the given ``mixed`` argument with the file encoding if and
- only if it's an unicode string and returns the encoded string.
+ only if it's a unicode string and returns the encoded string.
"""
if isinstance(mixed, text_type):
mixed = mixed.encode(self.encoding)
@@ -1334,7 +1334,7 @@ class _POFileParser(object):
if tokens[0] == '#:':
if nb_tokens <= 1:
continue
- # we are on a occurrences line
+ # we are on an occurrences line
self.process('oc')
elif line[:1] == '"':