summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-05-26 16:29:30 +0200
committerJustus Winter <justus@sequoia-pgp.org>2021-05-26 16:29:30 +0200
commitd55eb819346ab8a3f0f0224ba12e015649d70a99 (patch)
tree3ce14d7b354d84f552883d0fcede704fa987a069
parent4419034d1249a900a535f70a76b2b6ca5579e48c (diff)
openpgp: Fix typo.
-rw-r--r--openpgp/benches/common/encrypt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/benches/common/encrypt.rs b/openpgp/benches/common/encrypt.rs
index 6f24f134..321faf6c 100644
--- a/openpgp/benches/common/encrypt.rs
+++ b/openpgp/benches/common/encrypt.rs
@@ -70,7 +70,7 @@ pub fn sign(bytes: &[u8], sender: &Cert) -> openpgp::Result<Vec<u8>> {
}
/// Encrypt and sign, ignoring revocation or expiration.
-/// Uses a realistic writer stac with padding and armor.
+/// Uses a realistic writer stack with padding and armor.
pub fn encrypt_to_cert_and_sign(
bytes: &[u8],
sender: &Cert,