mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
gpg: Fix typos.
-- Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
d3d640b9cc
commit
663e5ed073
@ -73,7 +73,7 @@ status_currently_allowed (int no)
|
||||
return 1; /* Yes. */
|
||||
|
||||
/* We allow some statis anyway, so that import statistics are
|
||||
correct and to avoid problems if the retriebval subsystem will
|
||||
correct and to avoid problems if the retrieval subsystem will
|
||||
prompt the user. */
|
||||
switch (no)
|
||||
{
|
||||
|
@ -845,7 +845,7 @@ proc_compressed (CTX c, PACKET *pkt)
|
||||
|
||||
/*
|
||||
* Check the signature. If R_PK is not NULL a copy of the public key
|
||||
* used to verify the signature will be stored tehre, or NULL if not
|
||||
* used to verify the signature will be stored there, or NULL if not
|
||||
* found. Returns: 0 = valid signature or an error code
|
||||
*/
|
||||
static int
|
||||
@ -1925,7 +1925,7 @@ check_sig_and_print (CTX c, kbnode_t node)
|
||||
statno = STATUS_GOODSIG;
|
||||
|
||||
/* FIXME: We should have the public key in PK and thus the
|
||||
* keyboock has already been fetched. Thus we could use the
|
||||
* keyblock has already been fetched. Thus we could use the
|
||||
* fingerprint or PK itself to lookup the entire keyblock. That
|
||||
* would best be done with a cache. */
|
||||
keyblock = get_pubkeyblock (c->ctrl, sig->keyid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user