From 1deacc42dbed121dcfb09a22c95b732ada98159f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 29 Mar 2009 09:28:06 -0500 Subject: typo --- src/mailman/core/chains.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/core') diff --git a/src/mailman/core/chains.py b/src/mailman/core/chains.py index 40b8c779f..380f10142 100644 --- a/src/mailman/core/chains.py +++ b/src/mailman/core/chains.py @@ -56,7 +56,7 @@ def process(mlist, msg, msgdata, start_chain='built-in'): while chain: # Iterate over all links in the chain. Do this outside a for-loop so # we can capture a chain's link iterator in mid-flight. This supports - # the 'detour' link action + # the 'detour' link action. try: link = next(chain_iter) except StopIteration: -- cgit v1.2.3-70-g09d2