typos
authorMichael Wallner <mike@php.net>
Thu, 7 Nov 2013 14:30:21 +0000 (15:30 +0100)
committerMichael Wallner <mike@php.net>
Thu, 7 Nov 2013 14:30:21 +0000 (15:30 +0100)
http/Client.md
http/Client/Request/getSslOptions.md
http/Client/getSslOptions.md
http/Cookie/getDomain.md

index e7057693a160436ddd8e4c3494e8c1703b579ad1..eb36e737a8c9842bb7d1d936590462777cd1a6c9 100644 (file)
@@ -11,4 +11,4 @@ The HTTP client.
 * protected $history = NULL  
   http\Message request/response history.
 * public $recordHistory = false  
-  Boolean flag whether to record instory in http\Client::$history.
+  Boolean flag whether to record history in http\Client::$history.
index 41d3583edfeae75cd57186906350355fa2669bf7..102932e68bd120e2c7ccbfc757f4052bcbbf6b41 100644 (file)
@@ -1,6 +1,6 @@
 # array http\Client\Request::getSslOptions()
 
-Retrive priorly set SSL options.
+Retrieve priorly set SSL options.
 See http\Client\Request::getOptions() and http\Client\Request::setSslOptions().
 
 ## Params:
index cf3e2338b4f3ccd6e2135de08de777c50a78fef8..d4be79574735e72cb3b06dcfb784f4c7f5bc7654 100644 (file)
@@ -1,6 +1,6 @@
 # array http\Client::getSslOptions()
 
-Retrive priorly set SSL options.
+Retrieve priorly set SSL options.
 See http\Client::getOptions() and http\Client::setSslOptions().
 
 ## Params:
index 01d357eae3bedf027477bb63822c81ea12b4938d..5150d3735f844a8f0d5cdc3043d66f4ff8d00005 100644 (file)
@@ -1,6 +1,6 @@
 # string http\Cookie::getDomain()
 
-Retrive the effective domain of the cookie list.
+Retrieve the effective domain of the cookie list.
 See http\Cookie::setDomain().
 
 ## Params: