[Libreoffice-commits] core.git: cli_ure/source filter/source
Andrea Gelmini
andrea.gelmini at gelma.net
Tue Nov 14 19:27:45 UTC 2017
cli_ure/source/scripts/increment_version.pl | 2 +-
filter/source/xslt/odf2xhtml/export/xhtml/body.xsl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7bcb66baecc9bfbd9930552f984d0e9599ccb6ea
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Tue Nov 14 11:53:02 2017 +0100
Fix typos
Change-Id: Id2f90d4798ded8f10ef559f434977870e2eab07a
Reviewed-on: https://gerrit.libreoffice.org/44709
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/cli_ure/source/scripts/increment_version.pl b/cli_ure/source/scripts/increment_version.pl
index 85be523d9835..df0c677a8954 100644
--- a/cli_ure/source/scripts/increment_version.pl
+++ b/cli_ure/source/scripts/increment_version.pl
@@ -32,7 +32,7 @@ my $usage =
"the respective policy files. This is only done if new uno types have been added since".
"the last product update. This information is obtained from the file which is passed as ".
"argument changedTypes. The names in the version file must have a particular form. ".
-"They must end on one of folling terms: NEW_VERSION, OLD_VERSION, POLICY_VERSION\n".
+"They must end on one of following terms: NEW_VERSION, OLD_VERSION, POLICY_VERSION\n".
"If no new published types have been added then no output, argument newVersions, is written".
"Usage is: \n increment_version.pl oldVersions incVersions newVersions changedTypes\n\n".
"oldVersion: Contains name value pairs, which are used for forming the config files of ".
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index 76567ceb4cf0..1172e7efdbc3 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -329,7 +329,7 @@
<xsl:param name="globalData"/>
<!-- The footnote symbol is the prefix for a footnote in the footer -->
<xsl:param name="footnotePrefix"/>
- <!-- 1) In ODF sometimes the followig children are nested
+ <!-- 1) In ODF sometimes the following children are nested
<text:p>
<draw:frame>
<draw:text-box>
More information about the Libreoffice-commits
mailing list