typo, parameter and type fixes
[mdref/mdref-http] / http / Message.md
index c7ef74b4aecfe5f2fe10b0f9b7730bcc547f25ca..a134f731819cda0581034ba0905ade9ea3bef1bc 100644 (file)
@@ -24,7 +24,7 @@ See http\Client\Request and http\Client\Response, as well as http\Env\Request an
 * protected string $requestUrl = ""  
   The request url if the message is of type request.
 * protected string $responseStatus = ""  
-  The respose status phrase if the message is of type response.
+  The response status phrase if the message is of type response.
 * protected int $responseCode = 0  
   The response code if the message is of type response.
 * protected string $httpVersion = NULL