summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-08-31 16:43:44 +0000
committerWerner Koch <wk@gnupg.org>2010-08-31 16:43:44 +0000
commit2a96302c6688e137d6790219878f6c111e0d27f4 (patch)
treebf10adcb7f6f54d632f6b56df23d6eb977c0c559
parent62f2602663bfae2b3f6e496b5b81e7a3a6cebc82 (diff)
downloadlibgcrypt-2a96302c6688e137d6790219878f6c111e0d27f4.tar.gz
typo fix
-rw-r--r--cipher/pubkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/pubkey.c b/cipher/pubkey.c
index 1779c91f..a6b917b7 100644
--- a/cipher/pubkey.c
+++ b/cipher/pubkey.c
@@ -2357,7 +2357,7 @@ gcry_pk_get_nbits (gcry_sexp_t key)
/* Return the so called KEYGRIP which is the SHA-1 hash of the public
- key parameters expressed in a way depended on the algorithm.
+ key parameters expressed in a way depending on the algorithm.
ARRAY must either be 20 bytes long or NULL; in the latter case a
newly allocated array of that size is returned, otherwise ARRAY or