mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Typo was fixed.
This commit is contained in:
parent
1d74de2559
commit
a45f705bda
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue