From 2d0cd4c8d9647965e8fb0d2d97a90f13e5d496ec Mon Sep 17 00:00:00 2001 From: Kairat Jenishev Date: Thu, 14 Apr 2016 17:01:32 +0600 Subject: [PATCH] Typofix --- src/Unirest/Request.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Unirest/Request.php b/src/Unirest/Request.php index e64e241..14275df 100755 --- a/src/Unirest/Request.php +++ b/src/Unirest/Request.php @@ -159,7 +159,7 @@ class Request } /** - * Set a coockie string for enabling coockie handling + * Set a cookie string for enabling cookie handling * * @param string $cookie */ @@ -169,7 +169,7 @@ class Request } /** - * Set a coockie file path for enabling coockie handling + * Set a cookie file path for enabling cookie handling * * $cookieFile must be a correct path with write permission *