Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit a916a45

Browse files
sunspikesweierophinney
authored andcommitted
Small typo fix
1 parent eaea35e commit a916a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cookies.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static function fromString($string)
7878
{
7979
throw new Exception\RuntimeException(
8080
__CLASS__ . '::' . __FUNCTION__ . ' should not be used as a factory, use '
81-
. __NAMESPACE__ . '\Headers::fromtString() instead.'
81+
. __NAMESPACE__ . '\Headers::fromString() instead.'
8282
);
8383
}
8484

0 commit comments

Comments
 (0)