summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin')
-rwxr-xr-xsolenv/bin/add-modelines4
-rwxr-xr-xsolenv/bin/bin_library_info.sh2
-rw-r--r--solenv/bin/modules/RepositoryHelper.pm2
-rw-r--r--solenv/bin/modules/installer/epmfile.pm2
-rw-r--r--solenv/bin/modules/installer/parameter.pm2
-rw-r--r--solenv/bin/modules/installer/windows/featurecomponent.pm2
-rw-r--r--solenv/bin/modules/installer/worker.pm2
7 files changed, 8 insertions, 8 deletions
diff --git a/solenv/bin/add-modelines b/solenv/bin/add-modelines
index 7dff27b84382..09c8d88b16e8 100755
--- a/solenv/bin/add-modelines
+++ b/solenv/bin/add-modelines
@@ -17,10 +17,10 @@
# NOTE: At present, this script only works for files with C-like comments.
# NOTE: If you don't specify -p, the script will act on the current working directory.
-# NOTE: If no arguments are specified, the defitions below are in effect.
+# NOTE: If no arguments are specified, the definitions below are in effect.
# TO DO
-# - Deuglifiy?
+# - Deuglify?
# - Make source file type agnostic modelines?
# - Too many/too few comments?
# - Handle top level source directories with whitespace names? (Do they exist?)
diff --git a/solenv/bin/bin_library_info.sh b/solenv/bin/bin_library_info.sh
index 65c40ee23254..fcd68c0e8694 100755
--- a/solenv/bin/bin_library_info.sh
+++ b/solenv/bin/bin_library_info.sh
@@ -15,7 +15,7 @@ in git.
syntax: bin_library_info.sh -m|--module <top_level_module> -l|--location <TARFILE_LOCATION> -s|--srcdir <SRCDIR> -b <BUILDDIR> -r|--tarfile <LIBRARY_TARFILE> [ -m|--mode verify|name ]
the default mode is 'name' which just print the associated binary tarfile name.
-in 'verify' mode the programe print the name if the associated binary tarfile exist
+in 'verify' mode the program print the name if the associated binary tarfile exist
and print nothing and return an error code if the file does not exist
Note: --location --builddir and --srcdir are optional if they are already in the env in the form of TARFILE_LOCATION and BUILDDIR SRCDIR respectively
diff --git a/solenv/bin/modules/RepositoryHelper.pm b/solenv/bin/modules/RepositoryHelper.pm
index 31bbf7462bfb..29001f1783dc 100644
--- a/solenv/bin/modules/RepositoryHelper.pm
+++ b/solenv/bin/modules/RepositoryHelper.pm
@@ -142,7 +142,7 @@ Returns the repository root, retrieved by educated guess...
RepositoryHelper::get_initial_directory()
-Returns full path to the initialistion directory.
+Returns full path to the initialisation directory.
=head2 EXPORT
diff --git a/solenv/bin/modules/installer/epmfile.pm b/solenv/bin/modules/installer/epmfile.pm
index 53c703c2c3be..eabab4cd05ae 100644
--- a/solenv/bin/modules/installer/epmfile.pm
+++ b/solenv/bin/modules/installer/epmfile.pm
@@ -1333,7 +1333,7 @@ sub replace_variables_in_shellscripts
}
############################################################
-# Determinig the directory created by epm, in which the
+# Determining the directory created by epm, in which the
# RPMS or Solaris packages are created.
############################################################
diff --git a/solenv/bin/modules/installer/parameter.pm b/solenv/bin/modules/installer/parameter.pm
index bb98b7c7701e..505cdd7c3152 100644
--- a/solenv/bin/modules/installer/parameter.pm
+++ b/solenv/bin/modules/installer/parameter.pm
@@ -237,7 +237,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 cotains 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 splitted in the
# makefile calling the perl program.
$installer::globals::installertypedir = $installer::globals::packageformat;
diff --git a/solenv/bin/modules/installer/windows/featurecomponent.pm b/solenv/bin/modules/installer/windows/featurecomponent.pm
index 408d5f6c53a7..26ab9281c2d6 100644
--- a/solenv/bin/modules/installer/windows/featurecomponent.pm
+++ b/solenv/bin/modules/installer/windows/featurecomponent.pm
@@ -136,7 +136,7 @@ sub create_featurecomponent_table
installer::windows::idtglobal::write_idt_header(\@featurecomponenttable, "featurecomponent");
- # This is the first time, that features and componentes are related
+ # This is the first time, that features and components are related
# Problem: How about created profiles, configurationfiles, services.rdb
# -> simple solution: putting them all to the root module
# Otherwise profiles and configurationfiles cannot be created the way, they are now created
diff --git a/solenv/bin/modules/installer/worker.pm b/solenv/bin/modules/installer/worker.pm
index aab676f9a086..23be314b8276 100644
--- a/solenv/bin/modules/installer/worker.pm
+++ b/solenv/bin/modules/installer/worker.pm
@@ -886,7 +886,7 @@ sub collectpackagemaps
{
my ( $installdir, $languagestringref, $allvariables ) = @_;
- installer::logger::include_header_into_logfile("Collecing all packagemaps (pkgmap):");
+ installer::logger::include_header_into_logfile("Collecting all packagemaps (pkgmap):");
my $pkgmapdir = installer::systemactions::create_directories("pkgmap", $languagestringref);
my $subdirname = $allvariables->{'UNIXPRODUCTNAME'} . "_pkgmaps";