update live stub
[mdref/mdref-http] / http / Message / getResponseCode.md
index 83032036c7ec75e6a5743f94101872375da61f19..630815b313f13f88f6f612affabeb35e98bc8e70 100644 (file)
@@ -1,7 +1,7 @@
 # int http\Message::getResponseCode()
 
 Retrieve the response code of the message.
-See http\Message::setResponseCode() and http\Massage::getResponseStatus().
+See http\Message::setResponseCode() and http\Message::getResponseStatus().
 
 ## Params:
 
@@ -12,6 +12,6 @@ None.
 * int, the response status code.
 * false, if the message is not of type response.
 
-## Notices:
+## Warnings:
 
-* E_MESSAGE_TYPE, if the message is not of type response.
+* If the message is not of type response.