From f77fef5e24f511b0b4c177b8530eaec7c469e6d7 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Wed, 17 Feb 2016 13:38:42 +0100 Subject: [PATCH] Typo --- src/Authentication/Matching.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Authentication/Matching.php b/src/Authentication/Matching.php index 4cca37f..87373c1 100644 --- a/src/Authentication/Matching.php +++ b/src/Authentication/Matching.php @@ -6,7 +6,7 @@ use Psr\Http\Message\RequestInterface; /** - * Authenticate a PSR-7 Request if the reuqest is matching. + * Authenticate a PSR-7 Request if the request is matching. * * @author Márk Sági-Kazár */