aboutsummaryrefslogtreecommitdiffstats
path: root/g10/app-openpgp.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/app-openpgp.c')
-rw-r--r--g10/app-openpgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/app-openpgp.c b/g10/app-openpgp.c
index f129b16a8..910dde4d5 100644
--- a/g10/app-openpgp.c
+++ b/g10/app-openpgp.c
@@ -1746,7 +1746,7 @@ do_writekey (app_t app, ctrl_t ctrl,
nbits = rsa_e? count_bits (rsa_e, rsa_e_len) : 0;
if (nbits < 2 || nbits > 32)
{
- log_error (_("RSA public exponent missing or largerr than %d bits\n"),
+ log_error (_("RSA public exponent missing or larger than %d bits\n"),
32);
err = gpg_error (GPG_ERR_BAD_SECKEY);
goto leave;