Avoid Windows 8 Getversion deprecated errors.
[oweals/openssl.git] / doc / crypto / BN_BLINDING_new.pod
index 5f51fdb470657b847f365c02679aeff132fa1079..da06e4446125add6eaba1a0c09b9e8510942beda 100644 (file)
@@ -48,7 +48,7 @@ necessary parameters are set, by re-creating the blinding parameters.
 
 BN_BLINDING_convert_ex() multiplies B<n> with the blinding factor B<A>.
 If B<r> is not NULL a copy the inverse blinding factor B<Ai> will be
-returned in B<r> (this is useful if a B<RSA> object is shared amoung
+returned in B<r> (this is useful if a B<RSA> object is shared among
 several threads). BN_BLINDING_invert_ex() multiplies B<n> with the
 inverse blinding factor B<Ai>. If B<r> is not NULL it will be used as
 the inverse blinding.