aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorJosh Abraham <[email protected]>2018-07-14 11:28:53 -1000
committerJosh Abraham <[email protected]>2018-07-14 11:54:26 -1000
commita964d05d4a64de02d807a1959502ee78cd44d8ad (patch)
tree03d9153284e14d1609f1ee617b794dcb904c1a62 /openssl
parentMerge pull request #958 from sfackler/custom-errors (diff)
downloadrust-openssl-a964d05d4a64de02d807a1959502ee78cd44d8ad.tar.xz
rust-openssl-a964d05d4a64de02d807a1959502ee78cd44d8ad.zip
Fix spelling in symm docs
Diffstat (limited to 'openssl')
-rw-r--r--openssl/src/symm.rs2
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};