mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
g10: fix typo
I already have copyright assignment with the FSF for GDB. I don't think I'll need to do the DCO thing. Signed-off-by: Manish Goregaokar <manish@mozilla.com>
This commit is contained in:
parent
55b6c2595a
commit
64ec21bebd
@ -5149,7 +5149,7 @@ generate_card_subkeypair (kbnode_t pub_keyblock,
|
|||||||
node = find_kbnode (pub_keyblock, PKT_PUBLIC_KEY);
|
node = find_kbnode (pub_keyblock, PKT_PUBLIC_KEY);
|
||||||
if (!node)
|
if (!node)
|
||||||
{
|
{
|
||||||
log_error ("Oops; publkic key lost!\n");
|
log_error ("Oops; public key lost!\n");
|
||||||
err = gpg_error (GPG_ERR_INTERNAL);
|
err = gpg_error (GPG_ERR_INTERNAL);
|
||||||
goto leave;
|
goto leave;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user