From 4e5c3bbc40f5257c7a2f64a14f37864663881407 Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Thu, 27 Oct 2005 22:31:30 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199382 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/url/functions/parse-url.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/url/functions/parse-url.xml b/reference/url/functions/parse-url.xml index 6e789d9e8a..3af745fd01 100644 --- a/reference/url/functions/parse-url.xml +++ b/reference/url/functions/parse-url.xml @@ -1,5 +1,5 @@ - + @@ -134,7 +134,7 @@ Array parse_url is intended specifically for the purpose of parsing URLs and not URIs. - However, to comply with PHP's backwards compatibility requirenments it makes an exception for the + However, to comply with PHP's backwards compatibility requirements it makes an exception for the file:// scheme where tripple slashes (file:///...) are allowed. For any other scheme this is invalid.