[Pkg-gnupg-commit] [gnupg2] 25/185: sm: Fix typo.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Mon Aug 7 11:55:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit 30c71a9476fa6557ab2846f703acb625b49f1b37
Author: Justus Winter <justus at g10code.com>
Date: Wed May 31 12:12:42 2017 +0200
sm: Fix typo.
--
Signed-off-by: Justus Winter <justus at g10code.com>
---
sm/decrypt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sm/decrypt.c b/sm/decrypt.c
index 976bd12..f8b0199 100644
--- a/sm/decrypt.c
+++ b/sm/decrypt.c
@@ -41,7 +41,7 @@ struct decrypt_filter_parm_s
gcry_cipher_hd_t hd;
char iv[16];
size_t ivlen;
- int any_data; /* dod we push anything through the filter at all? */
+ int any_data; /* did we push anything through the filter at all? */
unsigned char lastblock[16]; /* to strip the padding we have to
keep this one */
char helpblock[16]; /* needed because there is no block buffering in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list