RT3802: Fixes typos in doc/crypto/
[openssl.git] / doc / crypto / d2i_X509_REQ.pod
index 91c0c1974b49dbdb3afcbceca19d92e94f9248ce..3a52df4ce1574f688ec1421bfcea5fb1a3e3767d 100644 (file)
@@ -22,7 +22,7 @@ i2d_X509_REQ_bio, i2d_X509_REQ_fp - PKCS#10 certificate request functions.
 
 These functions decode and encode a PKCS#10 certificate request.
 
-Othewise these behave in a similar way to d2i_X509() and i2d_X509()
+Otherwise these behave in a similar way to d2i_X509() and i2d_X509()
 described in the L<d2i_X509(3)|d2i_X509(3)> manual page.
 
 =head1 SEE ALSO