forked from github/pelican
typo fix
"current" only has two "r"s
This commit is contained in:
parent
e800b23b4d
commit
2cafe926fa
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ class Generator:
|
|||
self.context['static_links'] |= content.get_static_links()
|
||||
|
||||
def _update_context(self, items):
|
||||
"""Update the context with the given items from the currrent
|
||||
"""Update the context with the given items from the current
|
||||
processor.
|
||||
"""
|
||||
for item in items:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue