fix typos

PR:
Submitted by:
Reviewed by:
Obtained from:


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44947 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anil Madhavapeddy 2001-04-06 12:56:01 +00:00
parent 9d51e04bc7
commit 20ffd82b3e

View file

@ -21,7 +21,7 @@
</para>
</sect1>
<sect1 id="openssl.certparams">
<title>Key/Certficate parameters</title>
<title>Key/Certificate parameters</title>
<para>
Quite a few of the openssl functions require a key or a certificate
parameter. PHP 4.0.5 and earlier have to use a key or certificate resource
@ -104,7 +104,7 @@
<row>
<entry>PKCS7_BINARY</entry>
<entry>normally the input message is converted to "canonical" format
which is effectlively using CR and LF as end of line: as required by
which is effectively using CR and LF as end of line: as required by
the S/MIME specification. When this options is present, no
translation occurs. This is useful when handling binary data which
may not be in MIME format.</entry>