Fix typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276512 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2009-02-26 19:36:38 +00:00
parent 242fa858cb
commit 03fbda32b1

View file

@ -1,19 +1,19 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry xml:id="function.stream-supports-lock" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>stream_supports_lock</refname>
<refpurpose>Tells wether the stream supports locking.</refpurpose>
<refpurpose>Tells whether the stream supports locking.</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>resource</type><methodname>stream_supports_locking</methodname>
<type>bool</type><methodname>stream_supports_lock</methodname>
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
</methodsynopsis>
<para>
Tells wether the stream supports locking through
Tells whether the stream supports locking through
<function>flock</function>.
</para>
</refsect1>