From d55eb819346ab8a3f0f0224ba12e015649d70a99 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 26 May 2021 16:29:30 +0200 Subject: openpgp: Fix typo. --- openpgp/benches/common/encrypt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp/benches') 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> { } /// 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, -- cgit v1.2.3