mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- typo fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272484 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8d12d98193
commit
64093e077d
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
|
||||
<chapter xml:id="image.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.setup;
|
||||
|
@ -63,7 +63,7 @@
|
|||
<entry><literal>jpeg-6b</literal></entry>
|
||||
<entry><link xlink:href="&url.jpeg;">&url.jpeg;</link></entry>
|
||||
<entry>
|
||||
When buliding the jpeg-v6b library (prior to building PHP) you
|
||||
When building the jpeg-v6b library (prior to building PHP) you
|
||||
must use the <option role="configure">--enable-shared</option>
|
||||
option in the configure step. If you do not, you will receive
|
||||
an error saying <literal>libjpeg.(a|so) not found</literal>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<refentry xml:id="function.imap-get-quota" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>imap_get_quota</refname>
|
||||
|
@ -119,7 +119,7 @@ imap_close($mbox);
|
|||
</para>
|
||||
<para>
|
||||
The given <parameter>imap_stream</parameter> must be opened as the mail
|
||||
administrator, other wise this function will fail.
|
||||
administrator, otherwise this function will fail.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="seealso">
|
||||
|
|
Loading…
Reference in a new issue