Typo found by online editor user

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328184 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yannick Torres 2012-10-29 15:25:28 +00:00
parent 2e05633ea7
commit 38e3798be2
5 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@
<para>
Download the PHP zip binary distribution from
<link xlink:href="&url.php.win.downloads;">PHP for Windows: Binaries and Sources</link>.
There are several different versions of the zip package - chose the version that is suitable for
There are several different versions of the zip package - choose the version that is suitable for
the web server being used:
<itemizedlist spacing="compact">
<listitem>

View file

@ -17,7 +17,7 @@
<para>
Compares <parameter>array1</parameter> against <parameter>array2</parameter> and
returns the difference. Unlike <function>array_diff</function> the array
keys are used in the comparison.
keys are also used in the comparison.
</para>
</refsect1>

View file

@ -26,7 +26,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the height of the pixel.
Returns the pixel height of the font.
</para>
</refsect1>
<refsect1 role="examples">

View file

@ -26,7 +26,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the width of the pixel
Returns the pixel width of the font.
</para>
</refsect1>
<refsect1 role="examples">

View file

@ -96,7 +96,7 @@
</para>
<para>
If you are using replication and the master has changed, using "safe"
will make the driver disconnect from the master, throw and exception,
will make the driver disconnect from the master, throw an exception,
and attempt to find a new master on the next operation (your
application must decide whether or not to retry the operation on the
new master).