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 | |
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')
-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 | ||||
-rw-r--r-- | solenv/doc/gbuild/doxygen.cfg | 2 | ||||
-rw-r--r-- | solenv/gbuild/ExternalProject.mk | 2 | ||||
-rw-r--r-- | solenv/gbuild/LinkTarget.mk | 2 | ||||
-rw-r--r-- | solenv/gbuild/extensions/post_PackageInfo.mk | 2 | ||||
-rw-r--r-- | solenv/inc/doxygen.cfg | 2 |
9 files changed, 9 insertions, 9 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> diff --git a/solenv/doc/gbuild/doxygen.cfg b/solenv/doc/gbuild/doxygen.cfg index 7671444f38a9..7c1359a9d0dd 100644 --- a/solenv/doc/gbuild/doxygen.cfg +++ b/solenv/doc/gbuild/doxygen.cfg @@ -256,7 +256,7 @@ MARKDOWN_SUPPORT = YES # When enabled doxygen tries to link words that correspond to documented # classes, or namespaces to their corresponding documentation. Such a link can -# be prevented in individual cases by by putting a % sign in front of the word +# be prevented in individual cases by putting a % sign in front of the word # or globally by setting AUTOLINK_SUPPORT to NO. AUTOLINK_SUPPORT = YES diff --git a/solenv/gbuild/ExternalProject.mk b/solenv/gbuild/ExternalProject.mk index f6e8cfca1a3d..aeb53792d7d5 100644 --- a/solenv/gbuild/ExternalProject.mk +++ b/solenv/gbuild/ExternalProject.mk @@ -202,7 +202,7 @@ endef # Run a target command # # This provides a wrapper that changes to the right directory, -# touches the 'target' if sucessful and also provides +# touches the 'target' if successful and also provides # the ability to hide the output if there is no failure # gb_ExternalProject_run,run_target,command,optional_extra_sub_directory,optional_log_filename) # default log_filename is <run_target>.log diff --git a/solenv/gbuild/LinkTarget.mk b/solenv/gbuild/LinkTarget.mk index cd202cb7939f..46f89727ea8a 100644 --- a/solenv/gbuild/LinkTarget.mk +++ b/solenv/gbuild/LinkTarget.mk @@ -547,7 +547,7 @@ $(WORKDIR)/Headers/% : # files. # - TARGETTYPE is the type of linktarget as some platforms need very different # command to link different targettypes. -# - LIBRARY_X64 is only relevent for building a x64 library on windows. +# - LIBRARY_X64 is only relevant for building a x64 library on windows. # # Since most variables are set on the linktarget and not on the object, the # object learns about these setting via GNU makes scoping of target variables. diff --git a/solenv/gbuild/extensions/post_PackageInfo.mk b/solenv/gbuild/extensions/post_PackageInfo.mk index 2bd677830df6..648024c29645 100644 --- a/solenv/gbuild/extensions/post_PackageInfo.mk +++ b/solenv/gbuild/extensions/post_PackageInfo.mk @@ -48,7 +48,7 @@ $(foreach suf,html css,$(foreach file,$(wildcard $(INSTDIR)/help/$(1)/*.$(suf)), endef -#getting the package files post-hoc with wildcard isnt good and should be done better +#getting the package files post-hoc with wildcard is not good and should be done better define gb_PackageInfo_emit_l10n_for_one_alllangpackage @$(foreach file,$(shell ls $(INSTDIR)/$(1)/$(2)),echo "$(1)/$(2)/$(file)" >> $(gb_PackageInfo_get_target)/l10n-$(2).files &&) true diff --git a/solenv/inc/doxygen.cfg b/solenv/inc/doxygen.cfg index 1d7bdb62fdcc..afd195ee8e57 100644 --- a/solenv/inc/doxygen.cfg +++ b/solenv/inc/doxygen.cfg @@ -259,7 +259,7 @@ MARKDOWN_SUPPORT = YES # When enabled doxygen tries to link words that correspond to documented # classes, or namespaces to their corresponding documentation. Such a link can -# be prevented in individual cases by by putting a % sign in front of the word +# be prevented in individual cases by putting a % sign in front of the word # or globally by setting AUTOLINK_SUPPORT to NO. AUTOLINK_SUPPORT = YES |