RT2513: Fix typo's paramter-->parameter
[openssl.git] / doc / crypto / EVP_PKEY_cmp.pod
index 0ff027c0d5f93ba82f21bc9c0d94f408e79c447e..94fcf66ce17aa06bdc8c8b4b2bc40cc5dea1348d 100644 (file)
@@ -26,7 +26,7 @@ B<from> to key B<to>.
 The function EVP_PKEY_cmp_parameters() compares the parameters of keys
 B<a> and B<b>.
 
-The function EVP_PKEY_cmp() compares the public key components and paramters
+The function EVP_PKEY_cmp() compares the public key components and parameters
 (if present) of keys B<a> and B<b>.
 
 =head1 NOTES