summaryrefslogtreecommitdiff
path: root/res/script/system.py
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/system.py
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/system.py')
-rw-r--r--res/script/system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/script/system.py b/res/script/system.py
index 70f9c51..078535f 100644
--- a/res/script/system.py
+++ b/res/script/system.py
@@ -24,7 +24,7 @@ def previewYTHT(lp):
if re.search('http://ytht.net/Ytht.Net' \
'(\S+)/con\?B=(\d+)&F=M\.(\d+)\.A', URL) != None:
# ytht article URL
- print 'Analizing ytht article URL'
+ print 'Analyzing ytht article URL'
f_con = urllib.urlopen(URL)
con = f_con.read()
f_con.close()