1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-31 22:18:03 +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:
Manish Goregaokar 2017-02-24 22:05:15 -08:00 committed by Daniel Kahn Gillmor
parent 55b6c2595a
commit 64ec21bebd

View File

@ -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;
} }