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.