Merge pull request #102 from xcopy/master

Typofix
This commit is contained in:
Colin Hutchinson
2016-04-14 08:33:01 -04:00

View File

@@ -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 * @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 * $cookieFile must be a correct path with write permission
* *