Fix @param srv_id typos (LP: #1890532)

This commit is contained in:
Scott Kitterman
2020-08-08 17:04:03 -04:00
parent b0bfc115e7
commit 9c8e46eb5c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ Version 1.1
- Correct dkim.verify processing to avoid errors when verifying messages - Correct dkim.verify processing to avoid errors when verifying messages
with no DKIM signatures with no DKIM signatures
- Update dnsplug for DNS Python (dns) 2.0 compatibility (LP: #1888583) - Update dnsplug for DNS Python (dns) 2.0 compatibility (LP: #1888583)
- Fix @param srv_id typos (LP: #1890532)
2019-12-31 Version 1.0.2 2019-12-31 Version 1.0.2
- dknewkey: On posix operating systems set file permissions to 600 for - dknewkey: On posix operating systems set file permissions to 600 for
+1 -1
View File
@@ -996,7 +996,7 @@ class ARC(DomainSigner):
#: @param selector: the DKIM selector value for the signature #: @param selector: the DKIM selector value for the signature
#: @param domain: the DKIM domain value for the signature #: @param domain: the DKIM domain value for the signature
#: @param privkey: a PKCS#1 private key in base64-encoded text form #: @param privkey: a PKCS#1 private key in base64-encoded text form
#: @param srv_id: an srv_id for identitfying AR headers to sign & extract cv from #: @param srv_id: a srv_id for identifying AR headers to sign & extract cv from
#: @param include_headers: a list of strings indicating which headers #: @param include_headers: a list of strings indicating which headers
#: are to be signed (default rfc4871 recommended headers) #: are to be signed (default rfc4871 recommended headers)
#: @return: list of ARC set header fields #: @return: list of ARC set header fields