derick          Tue Dec 18 10:53:00 2007 UTC

  Modified files:              
    /php-src/main       rfc1867.c 
  Log:
  - Fixed typo.
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.190&r2=1.191&diff_format=u
Index: php-src/main/rfc1867.c
diff -u php-src/main/rfc1867.c:1.190 php-src/main/rfc1867.c:1.191
--- php-src/main/rfc1867.c:1.190        Sat Feb 24 16:25:55 2007
+++ php-src/main/rfc1867.c      Tue Dec 18 10:52:59 2007
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: rfc1867.c,v 1.190 2007/02/24 16:25:55 helly Exp $ */
+/* $Id: rfc1867.c,v 1.191 2007/12/18 10:52:59 derick Exp $ */
 
 /*
  *  This product includes software developed by the Apache Group
@@ -1332,7 +1332,7 @@
                        }
 
                        /* The \ check should technically be needed for win32 
systems only where
-                        * it is a valid path separator. However, IE in all 
it's wisdom always sends
+                        * it is a valid path separator. However, IE in all its 
wisdom always sends
                         * the full path of the file on the user's filesystem, 
which means that unless
                         * the user does basename() they get a bogus file name. 
Until IE's user base drops 
                         * to nill or problem is fixed this code must remain 
enabled for all systems.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to