Skip to content

Commit e588cfd

Browse files
authored
fixed a typo in a comment (pyca#11494)
1 parent e10c567 commit e588cfd

File tree

1 file changed

+1
-1
lines changed
  • src/rust/src/backend

1 file changed

+1
-1
lines changed

src/rust/src/backend/ec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ impl ECPrivateKey {
241241
}
242242

243243
let mut deriver = openssl::derive::Deriver::new(&self.pkey)?;
244-
// If `set_peer_ex` is available, we don't valid the key. This is
244+
// If `set_peer_ex` is available, we don't validate the key. This is
245245
// because we already validated it sufficiently when we created the
246246
// ECPublicKey object.
247247
#[cfg(CRYPTOGRAPHY_OPENSSL_300_OR_GREATER)]

0 commit comments

Comments
 (0)