- typo fixes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272484 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mark Wiesemann 2009-01-01 19:42:10 +00:00
parent 8d12d98193
commit 64093e077d
2 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -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">