summaryrefslogtreecommitdiff
path: root/res/script/downloadelite.js
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2018-06-14 13:37:20 -0600
committerIru Cai (vimacs) <mytbk920423@gmail.com>2018-06-15 00:43:25 +0000
commit3ee241328fdb9210a10fa6f1eca2664a5c30fdf5 (patch)
treec9af6973b1bcf84948368a8fb3ee0c01cd6923c2 /res/script/downloadelite.js
parent7c1e8b2bde592430934a96d3f6e2815956fc26f1 (diff)
downloadfqterm-3ee241328fdb9210a10fa6f1eca2664a5c30fdf5.tar.xz
Fix some minor typos
Credit: "Unknow" was detected by Lintian, see https://bugs.debian.org/898537
Diffstat (limited to 'res/script/downloadelite.js')
-rw-r--r--res/script/downloadelite.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/script/downloadelite.js b/res/script/downloadelite.js
index b835d6b..eddf3c3 100644
--- a/res/script/downloadelite.js
+++ b/res/script/downloadelite.js
@@ -34,7 +34,7 @@ var make_html_header = function(num)
'</head>\n'+
'<body>\n'+
'<p><b><h1>FQTerm Article Downloader</h1></b></p>\n'+
- '<p><p align=center><a href=' + (num - 1) + '.html>Prevoius</a>\n'+
+ '<p><p align=center><a href=' + (num - 1) + '.html>Previous</a>\n'+
'<a href=index.html>Index</a>\n'+
'<a href=' + (num + 1) + '.html>Next</a></p align=center></p>'+
'<hr><p></p>\n';
@@ -45,7 +45,7 @@ var make_html_ender = function(num)
{
num = parseInt(num);
var result = '<hr><p></p>\n'+
- '<p><p align=center><a href=' + (num - 1) + '.html>Prevoius</a>\n'+
+ '<p><p align=center><a href=' + (num - 1) + '.html>Previous</a>\n'+
'<a href=index.html>Index</a>\n'+
'<a href=' + (num + 1) + '.html>Next</a></p align=center></p>\n'+
'<p><b>FQTerm --- BBS client based on Qt library</b><p>\n'+