Skip to content

Commit

Permalink
Correct spelling typo in Error::CAUsedAsEndEntity doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Feb 4, 2021
1 parent 69d546c commit f29589c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub enum Error {
/// The encoding of an ASN.1 DER-encoded time is invalid.
BadDERTime,

/// A CA certificate is veing used as an end-entity certificate.
/// A CA certificate is being used as an end-entity certificate.
CAUsedAsEndEntity,

/// The certificate is expired; i.e. the time it is being validated for is
Expand Down

0 comments on commit f29589c

Please sign in to comment.