diff --git a/examples/src/bin/tlsclient-mio.rs b/examples/src/bin/tlsclient-mio.rs index d4b51dbd..aaf424f3 100644 --- a/examples/src/bin/tlsclient-mio.rs +++ b/examples/src/bin/tlsclient-mio.rs @@ -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 diff --git a/examples/src/bin/tlsserver-mio.rs b/examples/src/bin/tlsserver-mio.rs index 08ecae5a..83ca92f7 100644 --- a/examples/src/bin/tlsserver-mio.rs +++ b/examples/src/bin/tlsserver-mio.rs @@ -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