From bfa3989af5f4b9bb51b1386793add614e628d83a Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 21 May 2003 17:01:57 +0000 Subject: [PATCH] correcting typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128234 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/http.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/http.xml b/functions/http.xml index 64b99b83ed..8b61babc1f 100644 --- a/functions/http.xml +++ b/functions/http.xml @@ -8,7 +8,7 @@ instead --> - + HTTP functions HTTP @@ -74,7 +74,7 @@ header('WWW-Authenticate: NTLM',false); The HTTP status header line will always be the first sent to the client, regardless of the actual header - call beeing the first or not. The status may be overridden + call being the first or not. The status may be overridden by calling header with a new status line at any time unless the HTTP headers have already been sent.