[Libreoffice-commits] core.git: filter/source solenv/bin
Andras Timar
andras.timar at collabora.com
Thu Apr 12 18:07:53 UTC 2018
filter/source/xslt/odf2xhtml/export/xhtml/body.xsl | 2 +-
solenv/bin/modules/installer/windows/file.pm | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit cde434d1f6e611cd35de3595bdfc47769acc5d2d
Author: Andras Timar <andras.timar at collabora.com>
Date: Thu Apr 12 13:44:28 2018 +0200
typo: requrired -> required
Change-Id: I0cd28356834a14a2f53545fb3c8e87f067eac789
Reviewed-on: https://gerrit.libreoffice.org/52776
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index e58da338603a..570c9304af7e 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -1948,7 +1948,7 @@
A numbered label (e.g. 2.C.III) is created for every text:list-item/header.
Above list levels are listed in the label, if the list-style requires this. Levels are separated by a '.'
Formatation is dependent for every list level depth.
- The label is passed from anchestor text:list-item/header and if requrired truncated.
+ The label is passed from anchestor text:list-item/header and if required truncated.
The prefix/suffix (as well list level dependent) comes before and after the complete label (after truncation)
-->
<!-- Numbered label will be generated -->
diff --git a/solenv/bin/modules/installer/windows/file.pm b/solenv/bin/modules/installer/windows/file.pm
index acd9792b8213..43b2ef3e858f 100644
--- a/solenv/bin/modules/installer/windows/file.pm
+++ b/solenv/bin/modules/installer/windows/file.pm
@@ -32,7 +32,7 @@ use installer::windows::language;
use installer::windows::component;
##########################################################################
-# Assigning one cabinet file to each file. This is requrired,
+# Assigning one cabinet file to each file. This is required,
# if cabinet files shall be equivalent to packages.
##########################################################################
@@ -108,7 +108,7 @@ sub assign_cab_to_files
}
##########################################################################
-# Assigning sequencenumbers to files. This is requrired,
+# Assigning sequencenumbers to files. This is required,
# if cabinet files shall be equivalent to packages.
##########################################################################
More information about the Libreoffice-commits
mailing list