diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-19 10:09:22 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-01-03 04:33:49 +0100 |
commit | 7c78c30b297d368b94ab82f761c032b59f225c06 (patch) | |
tree | f427f09846a8260c6486df6babf1694234c606b6 /help3xsl/xhp2html.sh | |
parent | 1228aaeb66e050dfacd1ac57ec785bc2e13997df (diff) |
Fix typos
Change-Id: I7ef82f8d2896f3687be1aacfd08b8cf0d0d6e105
Reviewed-on: https://gerrit.libreoffice.org/47273
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'help3xsl/xhp2html.sh')
-rwxr-xr-x | help3xsl/xhp2html.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/help3xsl/xhp2html.sh b/help3xsl/xhp2html.sh index b4e56b5a76..6c7145e66f 100755 --- a/help3xsl/xhp2html.sh +++ b/help3xsl/xhp2html.sh @@ -6,7 +6,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# This script builds translated XHP file with helpex excutable +# This script builds translated XHP file with helpex executable # and thes transform it to html pages # 1) generates redirection from LibreOffice Help URL to right html page # in index.html with bookmark2file.js @@ -186,7 +186,7 @@ mkdir -p $here'/html/'$productversion'/media/icon-themes' cp -a ../../icon-themes/galaxy/* $here'/html/'$productversion'/media/icon-themes/' ln -s $productversion html/latest -# Set helpex utilty and environment +# Set helpex utility and environment while test ! -d "${rootHelpex}/instdir/program" ; do if test "${dir}" = "/"; then @@ -238,7 +238,7 @@ mkdir -p $outDirLang outDirHTML=$here'/html/'$productversion'/'$lang mkdir -p $outDirHTML -# Special case of en-US, tehre is no translation to do +# Special case of en-US, there is no translation to do if [ "$lang" == en-US ]; then |