From ca6990fc4bed3f275ac669954ea4233b91e1c269 Mon Sep 17 00:00:00 2001
From: Aidan Lister <aidan@php.net>
Date: Mon, 30 Aug 2004 09:49:35 +0000
Subject: [PATCH] Fixed word spelling, used &false;

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167621 c90b9560-bf6c-de11-be94-00142212c4b1
---
 reference/filesystem/functions/copy.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/reference/filesystem/functions/copy.xml b/reference/filesystem/functions/copy.xml
index bee39897bf..8c74e137fc 100644
--- a/reference/filesystem/functions/copy.xml
+++ b/reference/filesystem/functions/copy.xml
@@ -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>