From 62e3bc342904adc9f15ce2682d80aaf03ae4c8c5 Mon Sep 17 00:00:00 2001
From: Ken <kennyt@php.net>
Date: Sat, 3 Apr 2004 17:54:20 +0000
Subject: [PATCH] clarifying

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155298 c90b9560-bf6c-de11-be94-00142212c4b1
---
 features/file-upload.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/features/file-upload.xml b/features/file-upload.xml
index 071cc8d376..9802ae5ecf 100644
--- a/features/file-upload.xml
+++ b/features/file-upload.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.72 $ -->
+<!-- $Revision: 1.73 $ -->
  <chapter id="features.file-upload">
   <title>Handling file uploads</title>
 
@@ -62,9 +62,9 @@
       it. Changing this on the browser size is quite easy, so you can never
       rely on files with a greater size being blocked by this feature.  The
       PHP-settings for maximum-size, however, cannot be fooled. You should add
-      the MAX_FILE_SIZE form variable anyway as it saves users the trouble to
-      wait for a big file being transferred only to find out that it was too
-      big afterwards.
+      the MAX_FILE_SIZE form variable anyway as it saves users the trouble of
+      waiting for a big file being transferred only to find that it was too
+      big and the transfer actually failed.
      </para>
     </warning>
    </para>