[PATCH] g10: fix typo
Manish Goregaokar
manish at mozilla.com
Sat Feb 25 07:05:15 CET 2017
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 at mozilla.com>
---
g10/keygen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/g10/keygen.c b/g10/keygen.c
index 844d38d..226cabd 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;
}
--
2.10.1
More information about the Gnupg-devel
mailing list