aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManish Goregaokar <[email protected]>2017-02-25 06:05:15 +0000
committerDaniel Kahn Gillmor <[email protected]>2017-02-26 06:46:32 +0000
commit64ec21bebd3f136722e608649906b59c6add6947 (patch)
treed7e0fb29c670209e838b2370af64b2c8d560960b
parentClarify text of LGPLv2+/GPLv2+ licensed files. (diff)
downloadgnupg-64ec21bebd3f136722e608649906b59c6add6947.tar.gz
gnupg-64ec21bebd3f136722e608649906b59c6add6947.zip
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 <[email protected]>
Diffstat (limited to '')
-rw-r--r--g10/keygen.c2
1 files changed, 1 insertions, 1 deletions
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;
}