diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-08-01 21:31:19 +0100 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-08-01 21:31:19 +0100 |
commit | 24283d22ef0e44e94aeef6cf170448240e83fcb2 (patch) | |
tree | 938d263eec3a307dcd2f2590ee61567b3706afe5 /docs/x509 | |
parent | 44171a29788ba7e8f95585bc9e97c4ca847a6267 (diff) | |
download | cryptography-24283d22ef0e44e94aeef6cf170448240e83fcb2.tar.gz cryptography-24283d22ef0e44e94aeef6cf170448240e83fcb2.tar.bz2 cryptography-24283d22ef0e44e94aeef6cf170448240e83fcb2.zip |
typo fix
Diffstat (limited to 'docs/x509')
-rw-r--r-- | docs/x509/reference.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 4d164dca..c7d45c77 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -438,9 +438,9 @@ X.509 CSR (Certificate Signing Request) Object The extensions encoded in the certificate signing request. :raises cryptography.x509.DuplicateExtension: If more than one - extension of the same type is found within the certificate siging request. + extension of the same type is found within the certificate signing request. - :raises cryptography.x509.UnsupportedExtension: If the certificate siging request + :raises cryptography.x509.UnsupportedExtension: If the certificate signing request contains an extension that is not supported. :raises cryptography.x509.UnsupportedGeneralNameType: If an extension |