diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-11-10 15:05:25 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-11-12 11:04:11 +0000 |
commit | da40cac540e7d735edbe9069b3c8ec6af4530208 (patch) | |
tree | f2abda7281129e13f588c77b18780a7090c8405f /solenv/bin | |
parent | bb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff) |
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'solenv/bin')
-rw-r--r-- | solenv/bin/modules/installer/helppack.pm | 2 | ||||
-rw-r--r-- | solenv/bin/modules/installer/languagepack.pm | 2 | ||||
-rw-r--r-- | solenv/bin/modules/installer/languages.pm | 2 | ||||
-rw-r--r-- | solenv/bin/uilangfilter.xslt | 2 |
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> |