RT3802: Fixes typos in doc/crypto/
[openssl.git] / doc / crypto / d2i_DHparams.pod
index 1e98aebeca01ea67e7b912a973209388784a6de2..d8bdf220dea1828423509a4ab504cd04859f472d 100644 (file)
@@ -16,7 +16,7 @@ d2i_DHparams, i2d_DHparams - PKCS#3 DH parameter functions.
 These functions decode and encode PKCS#3 DH parameters using the
 DHparameter structure described in PKCS#3.
 
-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