1
0
Fork 0
forked from github/pelican

Fixed some typos.

This commit is contained in:
draftcode 2012-03-12 01:22:54 +09:00
commit 2827a6df47
3 changed files with 14 additions and 14 deletions

View file

@ -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