From 586132213481b5a59f9cef10aab9529efbd4b843 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 12 Feb 2019 09:35:25 -0500 Subject: [PATCH 2/2] Fix spelling --- CHANGES | 4 ++-- authres/arc.py | 2 +- authres/core.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 7d05f6e..0bf511b 100644 --- a/CHANGES +++ b/CHANGES @@ -29,7 +29,7 @@ --- 1.0.0 (2017-07-14) + Added initial experimental support for ARC results - + Swith to sematic versioning scheme and only set version in setup.py and + + Switch to semantic versioning scheme and only set version in setup.py and __init__ --- 0.900 (2016-12-11) @@ -69,7 +69,7 @@ * Fix broken references to quoted_string variable in authres.core. AuthenticationResultsHeader._parse_pvalue method. (Closes: LP #1165978) * Fix erroneous reference to ArgumentError exception to refer to ValueError - instead. When does the Ruby compatiblity layer for Python come out? + instead. When does the Ruby compatibility layer for Python come out? * Added additional tests/examples in authres/tests --- 0.600 (2013-04-04 05:22) diff --git a/authres/arc.py b/authres/arc.py index e4bb01b..efcf314 100644 --- a/authres/arc.py +++ b/authres/arc.py @@ -16,7 +16,7 @@ # limitations under the License. """ -authres extension module for the Authenticated Recieved Chain (ARC) +authres extension module for the Authenticated Received Chain (ARC) (draft-ietf-dmarc-arc-protocol-18) authentication method. """ diff --git a/authres/core.py b/authres/core.py index 9b664a6..815e569 100644 --- a/authres/core.py +++ b/authres/core.py @@ -470,7 +470,7 @@ class AuthenticationResultsHeader(object): if self.version_comment and not self.version: raise OrphanCommentError('Cannot include header version comment without associated header version') self.results = results or [] - self.strict = strict # TODO Figure out how to set this programatically + self.strict = strict # TODO Figure out how to set this programmatically def __str__(self): return ''.join((self.HEADER_FIELD_NAME, ': ', self.header_value())) -- 2.20.1