forked from github/pelican
Fixed some typos.
This commit is contained in:
parent
32355f5463
commit
2827a6df47
3 changed files with 14 additions and 14 deletions
|
|
@ -43,7 +43,7 @@ class Page(object):
|
|||
self.author = Author(settings['AUTHOR'], settings)
|
||||
else:
|
||||
self.author = Author(getenv('USER', 'John Doe'), settings)
|
||||
warning(u"Author of `{0}' unknow, assuming that his name is "
|
||||
warning(u"Author of `{0}' unknown, assuming that his name is "
|
||||
"`{1}'".format(filename or self.title, self.author))
|
||||
|
||||
# manage languages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue