From 1aedf851add8d2bcf0f06561badebc3e8b194e69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Fri, 7 Sep 2018 09:09:37 +0200 Subject: [PATCH] =?utf8?q?Fix=20mis-spelling=20spotted=20by=20Torbj=C3=B6r?= =?utf8?q?n=20Granlund.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- rsa-keygen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsa-keygen.c b/rsa-keygen.c index bf04cb82..b7e38f77 100644 --- a/rsa-keygen.c +++ b/rsa-keygen.c @@ -104,7 +104,7 @@ rsa_generate_keypair(struct rsa_public_key *pub, mpz_sub_ui(p1, key->p, 1); - /* If e was given, we must chose p such that p-1 has no factors in + /* If e was given, we must choose p such that p-1 has no factors in * common with e. */ if (e_size) break; @@ -132,7 +132,7 @@ rsa_generate_keypair(struct rsa_public_key *pub, mpz_sub_ui(q1, key->q, 1); - /* If e was given, we must chose q such that q-1 has no factors in + /* If e was given, we must choose q such that q-1 has no factors in * common with e. */ if (e_size) break; -- 2.47.2