From e6ae1d2695ee72d59165b4d451a319781efe44bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Wed, 1 May 2019 07:59:42 +0200 Subject: [PATCH] Fix typo. modified: src/ZPublisher/HTTPResponse.py --- src/ZPublisher/HTTPResponse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZPublisher/HTTPResponse.py b/src/ZPublisher/HTTPResponse.py index 7198c09849..9efaee64ee 100644 --- a/src/ZPublisher/HTTPResponse.py +++ b/src/ZPublisher/HTTPResponse.py @@ -414,7 +414,7 @@ def addHeader(self, name, value): Retain any previously set headers with the same name. - Note that this API appneds to the 'accumulated_headers' attribute; + Note that this API appends to the 'accumulated_headers' attribute; it does not update the 'headers' mapping. """ name, value = _scrubHeader(name, value)