test/Makefile: allow emulated test (e.g. under wine).
[openssl.git] / doc / crypto / BN_BLINDING_new.pod
index 1fa7eb0924b3f93dfc3cbc6f8eb5151d39abca39..06d7ea20a361eb521492b7c6b0da2a30d63e949f 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.