diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-01 01:24:59 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-11 15:03:59 +0200 |
commit | 51f6c350e52bafc32caec98bf20e3c644c80d936 (patch) | |
tree | 8e66c132f761e36c04567bbebcccf0f1400ff24d /help3xsl/help.html | |
parent | 2372dfb1287ccbe927dbcb299a1034cc0eea3e72 (diff) |
Fix typos
Change-Id: If081f3b5ac8b752234d115709731a104cea950d9
Reviewed-on: https://gerrit.libreoffice.org/52208
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/help.html')
-rw-r--r-- | help3xsl/help.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/help.html b/help3xsl/help.html index 015f753575..1dade67f0d 100644 --- a/help3xsl/help.html +++ b/help3xsl/help.html @@ -18,7 +18,7 @@ if (n != -1){ // the URL came from LibreOffice help (F1) var version = getParameterByName("Version",url); - var rest = url.substr(n+12,url.lenght); + var rest = url.substr(n+12,url.length); var newURL = version+'/index.html?'+rest; window.open(newURL,'_self'); }else{ |