diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-01 01:24:59 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-08-07 17:52:30 +0200 |
commit | 8377d206600f974e8dc83cb07a45c4b44ada2b68 (patch) | |
tree | 9cf2faf526811218b303a04d6fd2fdffd5a06d1d /help3xsl/help.html | |
parent | 466b19e1d9337ff37e088fdf979c5ab156ac8309 (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{ |