mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
9d51e04bc7
commit
20ffd82b3e
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue