aboutsummaryrefslogtreecommitdiff
path: root/source/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-05-15 13:12:29 +0200
committercedricbonhomme <devnull@localhost>2012-05-15 13:12:29 +0200
commitd41b596b4a494410c7d3756b90202ced4eb10ca6 (patch)
tree859051e89b84260e8d629cd6bc8b8be2032ad1be /source/pyAggr3g470r.py
parentMinor change (string in the management page). (diff)
downloadnewspipe-d41b596b4a494410c7d3756b90202ced4eb10ca6.tar.gz
newspipe-d41b596b4a494410c7d3756b90202ced4eb10ca6.tar.bz2
newspipe-d41b596b4a494410c7d3756b90202ced4eb10ca6.zip
Typo fix.
Diffstat (limited to 'source/pyAggr3g470r.py')
-rwxr-xr-xsource/pyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py
index 94670719..6d873ccd 100755
--- a/source/pyAggr3g470r.py
+++ b/source/pyAggr3g470r.py
@@ -272,7 +272,7 @@ class Root:
html += "<hr />\n"
# Informations about the data base of articles
- html += """<p>%s article(s) are sotred in the database with
+ html += """<p>%s article(s) are stored in the database with
<a href="/unread/">%s unread article(s)</a>.<br />\n""" % \
(nb_articles, nb_unread_articles)
#html += """Database: %s.\n<br />Size: %s bytes.<br />\n""" % \
bgstack15