s/recommend/recommended/
authorBen Laurie <ben@links.org>
Thu, 5 Sep 2013 20:43:50 +0000 (21:43 +0100)
committerBen Laurie <ben@links.org>
Thu, 5 Sep 2013 20:43:50 +0000 (21:43 +0100)
doc/crypto/X509_NAME_add_entry_by_txt.pod
doc/crypto/rand.pod

index 9a59033917a66b0fa3b373b65dfcb6d029d01af8..1311896fa7e52acf7c4d73b086c53d7b8fc81d78 100644 (file)
@@ -44,7 +44,7 @@ B<loc>. The deleted entry is returned and must be freed up.
 =head1 NOTES
 
 The use of string types such as B<MBSTRING_ASC> or B<MBSTRING_UTF8>
-is strongly recommend for the B<type> parameter. This allows the
+is strongly recommended for the B<type> parameter. This allows the
 internal code to correctly determine the type of the field and to
 apply length checks according to the relevant standards. This is
 done using ASN1_STRING_set_by_NID().
index 922b8c1c8ef7b9ec209fcc29db2d4358f6fe19df..d102df2eee80156dfd097d7fa9a6475984ab61f0 100644 (file)
@@ -39,7 +39,7 @@ Since the introduction of the ENGINE API, the recommended way of controlling
 default implementations is by using the ENGINE API functions. The default
 B<RAND_METHOD>, as set by RAND_set_rand_method() and returned by
 RAND_get_rand_method(), is only used if no ENGINE has been set as the default
-"rand" implementation. Hence, these two functions are no longer the recommend
+"rand" implementation. Hence, these two functions are no longer the recommended
 way to control defaults.
 
 If an alternative B<RAND_METHOD> implementation is being used (either set