typo, parameter and type fixes
[mdref/mdref-http] / http / Client / getResponse.md
index f006b3d3dbd115c56de58aa26032e17df598abc7..d47fa5a33f578a6d0dc0a56b5319ad59d6bd9c99 100644 (file)
@@ -1,6 +1,6 @@
 # http\Client\Response http\Client::getResponse([http\Client\Request $request = NULL])
 
-Retrieve the corresponding reponse of an already finished request, or the last received response if $request is not set.
+Retrieve the corresponding response of an already finished request, or the last received response if $request is not set.
 
 > ***NOTE:***  
 > If $request is NULL, then the response is removed from the internal storage (stack-like operation).