From d93aa147045cc3bd7a6c8af933e44dcae3888add Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 7 Nov 2013 15:30:21 +0100 Subject: [PATCH] typos --- http/Client.md | 2 +- http/Client/Request/getSslOptions.md | 2 +- http/Client/getSslOptions.md | 2 +- http/Cookie/getDomain.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/http/Client.md b/http/Client.md index e705769..eb36e73 100644 --- a/http/Client.md +++ b/http/Client.md @@ -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. diff --git a/http/Client/Request/getSslOptions.md b/http/Client/Request/getSslOptions.md index 41d3583..102932e 100644 --- a/http/Client/Request/getSslOptions.md +++ b/http/Client/Request/getSslOptions.md @@ -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: diff --git a/http/Client/getSslOptions.md b/http/Client/getSslOptions.md index cf3e233..d4be795 100644 --- a/http/Client/getSslOptions.md +++ b/http/Client/getSslOptions.md @@ -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: diff --git a/http/Cookie/getDomain.md b/http/Cookie/getDomain.md index 01d357e..5150d37 100644 --- a/http/Cookie/getDomain.md +++ b/http/Cookie/getDomain.md @@ -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: -- 2.30.2