mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue