From 2cafe926fa854b5b8c84b944d77b628574a2ec61 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Tue, 15 Jun 2021 22:41:38 -0600 Subject: [PATCH] typo fix "current" only has two "r"s --- pelican/generators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/generators.py b/pelican/generators.py index 85bc3d95..e18531be 100644 --- a/pelican/generators.py +++ b/pelican/generators.py @@ -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: