diff --git a/src/end_entity.rs b/src/end_entity.rs index dea194f6..09b01135 100644 --- a/src/end_entity.rs +++ b/src/end_entity.rs @@ -180,7 +180,7 @@ impl<'a> EndEntityCert<'a> { /// `DigitallySigned.algorithm` of TLS type `SignatureAndHashAlgorithm`. In /// TLS 1.2 a single `SignatureAndHashAlgorithm` may map to multiple /// `SignatureAlgorithm`s. For example, a TLS 1.2 - /// `ignatureAndHashAlgorithm` of (ECDSA, SHA-256) may map to any or all + /// `SignatureAndHashAlgorithm` of (ECDSA, SHA-256) may map to any or all /// of {`ECDSA_P256_SHA256`, `ECDSA_P384_SHA256`}, depending on how the TLS /// implementation is configured. ///