summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/modules/installer/helppack.pm2
-rw-r--r--solenv/bin/modules/installer/languagepack.pm2
-rw-r--r--solenv/bin/modules/installer/languages.pm2
-rw-r--r--solenv/bin/uilangfilter.xslt2
4 files changed, 4 insertions, 4 deletions
diff --git a/solenv/bin/modules/installer/helppack.pm b/solenv/bin/modules/installer/helppack.pm
index 7a584eee699b..726157be2e27 100644
--- a/solenv/bin/modules/installer/helppack.pm
+++ b/solenv/bin/modules/installer/helppack.pm
@@ -51,7 +51,7 @@ sub select_help_items
# Files with style "HELPPACK" and "FORCEHELPPACK" also have to be included into the help pack.
# Files with style "HELPPACK" are only included into help packs.
# Files with style "FORCEHELPPACK" are included into help packs and non help packs. They are
- # forced, because otherwise they not not be included into helppacks.
+ # forced, because otherwise they may not be included into helppacks.
my $ismultilingual = $oneitem->{'ismultilingual'};
diff --git a/solenv/bin/modules/installer/languagepack.pm b/solenv/bin/modules/installer/languagepack.pm
index cc927b168865..a39769144de6 100644
--- a/solenv/bin/modules/installer/languagepack.pm
+++ b/solenv/bin/modules/installer/languagepack.pm
@@ -51,7 +51,7 @@ sub select_language_items
# Files with style "LANGUAGEPACK" and "FORCELANGUAGEPACK" also have to be included into the language pack.
# Files with style "LANGUAGEPACK" are only included into language packs.
# Files with style "FORCELANGUAGEPACK" are included into language packs and non language packs. They are
- # forced, because otherwise they not not be included into languagepacks.
+ # forced, because otherwise they may not be included into languagepacks.
my $styles = "";
if ( $oneitem->{'Styles'} ) { $styles = $oneitem->{'Styles'}; }
diff --git a/solenv/bin/modules/installer/languages.pm b/solenv/bin/modules/installer/languages.pm
index 0dab49e0e40f..e2590538353e 100644
--- a/solenv/bin/modules/installer/languages.pm
+++ b/solenv/bin/modules/installer/languages.pm
@@ -25,7 +25,7 @@ use installer::remover;
use installer::ziplist;
#############################################################################
-# Analyzing the laguage list parameter and language list from zip list file
+# Analyzing the language list parameter and language list from zip list file
#############################################################################
sub analyze_languagelist
diff --git a/solenv/bin/uilangfilter.xslt b/solenv/bin/uilangfilter.xslt
index 6d48974bccd2..7eb3557fa7a2 100644
--- a/solenv/bin/uilangfilter.xslt
+++ b/solenv/bin/uilangfilter.xslt
@@ -20,7 +20,7 @@
<xsl:apply-templates select="//*[not(self::col)][@translatable='yes']" />
<!--
What I want to do here is to extract just the list and tree store
- columns that that are translatable (the first one only)
+ columns that are translatable (the first one only)
-->
<xsl:apply-templates select="interface/object[data/row/col[@id='0'][@translatable='yes']]" />
</l>