Fixes #49044 broken sentence in fopen error docs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286621 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2009-08-01 12:35:48 +00:00
parent 1de8135340
commit bbb5333f08

View file

@ -256,7 +256,7 @@ $handle = fopen("c:\\data\\info.txt", "r");
<refsect1 role="errors">
&reftitle.errors;
<para>
If the open fails, the function an error of level
If the open fails, an error of level
<constant>E_WARNING</constant> is generated. You may use <link
linkend="language.operators.errorcontrol">@</link> to suppress this
warning.