Skip to content

Commit

Permalink
examples Fix minor typo (ciper -> cipher)
Browse files Browse the repository at this point in the history
  • Loading branch information
bheesham authored and cpu committed Jun 27, 2024
1 parent cf0c947 commit 18aa20a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/src/bin/tlsclient-mio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! It uses command line flags to demonstrate configuring a TLS client that may:
//! * Specify supported TLS protocol versions
//! * Customize ciper suite selection
//! * Customize cipher suite selection
//! * Perform client certificate authentication
//! * Disable session tickets
//! * Disable SNI
Expand Down
2 changes: 1 addition & 1 deletion examples/src/bin/tlsserver-mio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! It uses command line flags to demonstrate configuring a TLS server that may:
//! * Specify supported TLS protocol versions
//! * Customize ciper suite selection
//! * Customize cipher suite selection
//! * Perform optional or mandatory client certificate authentication
//! * Check client certificates for revocation status with CRLs
//! * Support session tickets
Expand Down

0 comments on commit 18aa20a

Please sign in to comment.