From d41b596b4a494410c7d3756b90202ced4eb10ca6 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 15 May 2012 13:12:29 +0200 Subject: Typo fix. --- source/pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/pyAggr3g470r.py') 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 += "
\n" # Informations about the data base of articles - html += """

%s article(s) are sotred in the database with + html += """

%s article(s) are stored in the database with %s unread article(s).
\n""" % \ (nb_articles, nb_unread_articles) #html += """Database: %s.\n
Size: %s bytes.
\n""" % \ -- cgit