diff options
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/help.js | 2 | ||||
-rwxr-xr-x | help3xsl/xhp2html.sh | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/help3xsl/help.js b/help3xsl/help.js index 552022070d..04b02e5261 100644 --- a/help3xsl/help.js +++ b/help3xsl/help.js @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -// Used to set Apllication in caseinlie=APP +// Used to set Application in caseinline=APP function setModule(module){ if (module == null){module="WRITER"} var itemspan = document.getElementsByTagName("span"); 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 |