From 291f6c682e1d51e0f28ff918ea6a10e4de118b9b Mon Sep 17 00:00:00 2001 From: Krishnaprasad MG Date: Fri, 23 Nov 2018 11:13:17 +0100 Subject: [PATCH] Small typo fix --- src/Cookies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cookies.php b/src/Cookies.php index be31e2dcd..b691baeb4 100644 --- a/src/Cookies.php +++ b/src/Cookies.php @@ -78,7 +78,7 @@ public static function fromString($string) { throw new Exception\RuntimeException( __CLASS__ . '::' . __FUNCTION__ . ' should not be used as a factory, use ' - . __NAMESPACE__ . '\Headers::fromtString() instead.' + . __NAMESPACE__ . '\Headers::fromString() instead.' ); }