From 64ec21bebd3f136722e608649906b59c6add6947 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Fri, 24 Feb 2017 22:05:15 -0800 Subject: [PATCH] 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 --- g10/keygen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g10/keygen.c b/g10/keygen.c index 844d38d3a..226cabdad 100644 --- a/g10/keygen.c +++ b/g10/keygen.c @@ -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; }