Fix typo in migration guide
authorTobias Nießen <tniessen@tnie.de>
Sat, 20 Aug 2022 16:56:21 +0000 (18:56 +0200)
committerPauli <pauli@openssl.org>
Tue, 23 Aug 2022 00:20:29 +0000 (10:20 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19032)

(cherry picked from commit 4c10099086dd75d583317056fb5ce0f88825bf0c)

doc/man7/migration_guide.pod

index a45a15d5d201c6b6ff8397df1f1fb15652bc98cc..c2d885d49253b0c8161e3ac1769f5139a7a8b0cc 100644 (file)
@@ -1194,7 +1194,7 @@ Use the respective non-deprecated _ex() functions.
 
 BN_is_prime_ex(), BN_is_prime_fasttest_ex()
 
-Use L<BN_check_prime(3)> which that avoids possible misuse and always uses at least
+Use L<BN_check_prime(3)> which avoids possible misuse and always uses at least
 64 rounds of the Miller-Rabin primality test.
 
 =item *