diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-02 22:28:49 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-01-05 23:22:15 +0100 |
commit | 9e6681b78b9578eb739c3577218d6ce9141e7091 (patch) | |
tree | b06fad0806bb34b3fe16228fd59478e0bdc3f0a4 /help3xsl | |
parent | e3dc182b9dda0ba1a0e42dcea00e4d3b01e4b34f (diff) |
Fix typos
Change-Id: I2a98c7a079c69ac32b382d6c320dde456be98cf1
Reviewed-on: https://gerrit.libreoffice.org/47282
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/README.txt | 2 | ||||
-rwxr-xr-x | help3xsl/xhp2html.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/README.txt b/help3xsl/README.txt index c26d9152f7..76112f049e 100644 --- a/help3xsl/README.txt +++ b/help3xsl/README.txt @@ -45,7 +45,7 @@ This javascript file: New ‘Object’ tag ----------------------------------------------------------------- -The filter online_transform.xsl now support the <object> tag defined for XHP files to allow a generic object in the browser. The <object> tag now maps to the folowing HTML5 tags: +The filter online_transform.xsl now support the <object> tag defined for XHP files to allow a generic object in the browser. The <object> tag now maps to the following HTML5 tags: Maps to HTML5 <video> tag: <section id="video"> diff --git a/help3xsl/xhp2html.sh b/help3xsl/xhp2html.sh index 6c7145e66f..28631cf51d 100755 --- a/help3xsl/xhp2html.sh +++ b/help3xsl/xhp2html.sh @@ -7,7 +7,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This script builds translated XHP file with helpex executable -# and thes transform it to html pages +# and this transform it to html pages # 1) generates redirection from LibreOffice Help URL to right html page # in index.html with bookmark2file.js # 2) generates bookmark_<APP>.js for index search |