File tree 1 file changed +2
-2
lines changed
rustls-platform-verifier/src/verification
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ pub const ALLOWED_EKUS: &[&str] = &["1.3.6.1.5.5.7.3.1"];
88
88
impl Verifier {
89
89
/// Chainable setter to configure the [`CryptoProvider`] for this `Verifier`.
90
90
///
91
- /// This will be used instead of the rustls processs -default `CryptoProvider`, even if one has
91
+ /// This will be used instead of the rustls process -default `CryptoProvider`, even if one has
92
92
/// been installed.
93
93
pub fn with_provider ( mut self , crypto_provider : Arc < CryptoProvider > ) -> Self {
94
94
self . set_provider ( crypto_provider) ;
@@ -97,7 +97,7 @@ impl Verifier {
97
97
98
98
/// Configures the [`CryptoProvider`] for this `Verifier`.
99
99
///
100
- /// This will be used instead of the rustls processs -default `CryptoProvider`, even if one has
100
+ /// This will be used instead of the rustls process -default `CryptoProvider`, even if one has
101
101
/// been installed.
102
102
pub fn set_provider ( & mut self , crypto_provider : Arc < CryptoProvider > ) {
103
103
self . crypto_provider = crypto_provider. into ( ) ;
You can’t perform that action at this time.
0 commit comments