diff options
| author | Josh Abraham <[email protected]> | 2018-07-14 11:28:53 -1000 |
|---|---|---|
| committer | Josh Abraham <[email protected]> | 2018-07-14 11:54:26 -1000 |
| commit | a964d05d4a64de02d807a1959502ee78cd44d8ad (patch) | |
| tree | 03d9153284e14d1609f1ee617b794dcb904c1a62 /openssl | |
| parent | Merge pull request #958 from sfackler/custom-errors (diff) | |
| download | rust-openssl-a964d05d4a64de02d807a1959502ee78cd44d8ad.tar.xz rust-openssl-a964d05d4a64de02d807a1959502ee78cd44d8ad.zip | |
Fix spelling in symm docs
Diffstat (limited to 'openssl')
| -rw-r--r-- | openssl/src/symm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/src/symm.rs b/openssl/src/symm.rs index 0eab884b..9402c12a 100644 --- a/openssl/src/symm.rs +++ b/openssl/src/symm.rs @@ -23,7 +23,7 @@ //! &ciphertext[..]); //! ``` //! -//! Encrypting an assymetric key with a symmetric cipher +//! Encrypting an asymmetric key with a symmetric cipher //! //! ``` //! use openssl::rsa::{Padding, Rsa}; |