Skip to content

Commit

Permalink
Update rcgen/src/error.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McCarney <[email protected]>
  • Loading branch information
Tudyx and cpu authored Jan 23, 2024
1 parent 8ff55b1 commit d53eb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcgen/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl std::error::Error for Error {}
pub enum InvalidAsn1String {
/// Invalid PrintableString type
PrintableString(String),
/// Invalide UniversalString type
/// Invalid UniversalString type
UniversalString(String),
/// Invalid Ia5String type
Ia5String(String),
Expand Down

0 comments on commit d53eb3a

Please sign in to comment.