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/help.js | |
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/help.js')
-rw-r--r-- | help3xsl/help.js | 2 |
1 files changed, 1 insertions, 1 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"); |