diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-05 19:01:51 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-01-05 23:10:59 +0100 |
commit | f1126fd812d5f812803f666f7fb4bcd5024c9772 (patch) | |
tree | 1b3a9433d51ff339f67c04bf203e8c8847b3b7de /help3xsl | |
parent | 382ba1bc41a04d2f7b444e4c4ca9460b66147717 (diff) |
Fix typos
Change-Id: Ie3e0490e8ca41f9d4f20b834a3d5865c0fb18ad7
Reviewed-on: https://gerrit.libreoffice.org/47480
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-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 13861024f2..5ad90e765c 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"); |