apps-cleanup: the doc fixes
[openssl.git] / doc / crypto / EVP_SignInit.pod
index 14ecc775af6a7ede9f4ce863656fce8515823ce2..06d02a5fcab64f1dab27b8f724145192073dd8f0 100644 (file)
@@ -31,7 +31,7 @@ same B<ctx> to include additional data.
 
 EVP_SignFinal() signs the data in B<ctx> using the private key B<pkey> and
 places the signature in B<sig>. B<sig> must be at least EVP_PKEY_size(pkey)
-bytes in size. B<s> is an OUT paramter, and not used as an IN parameter.
+bytes in size. B<s> is an OUT parameter, and not used as an IN parameter.
 The number of bytes of data written (i.e. the length of the signature)
 will be written to the integer at B<s>, at most EVP_PKEY_size(pkey) bytes
 will be written.