diff options
author | Werner Koch <[email protected]> | 1999-03-11 15:42:06 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-03-11 15:42:06 +0000 |
commit | e95a22a6d214edbb604ffe3292ad11ee096bf9a0 (patch) | |
tree | db513c500ee4997d2645cbe71dbda7701e9f213a /g10/build-packet.c | |
parent | See ChangeLog: Wed Mar 10 11:26:18 CET 1999 Werner Koch (diff) | |
download | gnupg-e95a22a6d214edbb604ffe3292ad11ee096bf9a0.tar.gz gnupg-e95a22a6d214edbb604ffe3292ad11ee096bf9a0.zip |
See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner Koch
Diffstat (limited to 'g10/build-packet.c')
-rw-r--r-- | g10/build-packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/build-packet.c b/g10/build-packet.c index 85c73b0e0..810bd0dc2 100644 --- a/g10/build-packet.c +++ b/g10/build-packet.c @@ -549,7 +549,7 @@ find_subpkt( byte *buffer, sigsubpkttype_t reqtype, /**************** * Create or update a signature subpacket for SIG of TYPE. - * This functions know, where to put the data (hashed or unhashed). + * This functions knows where to put the data (hashed or unhashed). * The function may move data from the unhased part to the hashed one. * Note: All pointers into sig->[un]hashed are not valid after a call * to this function. The data to but into the subpaket should be |