Fixed word spelling, used &false;

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167621 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Aidan Lister 2004-08-30 09:49:35 +00:00
parent 0127ad913f
commit ca6990fc4b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.copy">
<refnamediv>
@ -51,8 +51,8 @@ if (!copy($file, $newfile)) {
</warning>
<note>
<para>
Windows Compatability Note: If you copy a file with no size,
<function>copy</function> will return false, but the file will be correctly
Windows compatibility note: If you copy a file with no size,
<function>copy</function> will return &false;, but the file will be correctly
copied.
</para>
</note>