]> granicus.if.org Git - php/commitdiff
- Fixed typo.
authorDerick Rethans <derick@php.net>
Tue, 18 Dec 2007 10:52:59 +0000 (10:52 +0000)
committerDerick Rethans <derick@php.net>
Tue, 18 Dec 2007 10:52:59 +0000 (10:52 +0000)
main/rfc1867.c

index e9e866c10f9729629245bd9d7195e1ad7b94262e..301fee59ce7762c4187f87d27d43e26ebc3bb7b0 100644 (file)
@@ -1332,7 +1332,7 @@ var_done:
                        }
 
                        /* 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.