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
1 changed files with 1 additions and 1 deletions

View File

@ -5149,7 +5149,7 @@ generate_card_subkeypair (kbnode_t pub_keyblock,
node = find_kbnode (pub_keyblock, PKT_PUBLIC_KEY);
if (!node)
{
log_error ("Oops; publkic key lost!\n");
log_error ("Oops; public key lost!\n");
err = gpg_error (GPG_ERR_INTERNAL);
goto leave;
}