From a45f705bda9b503c27e80d0a2b6503b9ab868ec2 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 21 Dec 2010 00:22:15 +0300 Subject: [PATCH] Typo was fixed. --- pelican/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/utils.py b/pelican/utils.py index 97a6c64c..fe7ab009 100644 --- a/pelican/utils.py +++ b/pelican/utils.py @@ -172,7 +172,7 @@ def process_translations(content_list): ) len_ = len(default_lang_items) if len_ > 1: - print u' [warning] there are %s varianits of "%s"' % (len_, slug) + print u' [warning] there are %s variants of "%s"' % (len_, slug) elif len_ == 0: default_lang_items = items[:1]