From f76e77f924142a3c00023d23d1ff82bdb3ade1f1 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 13 Oct 2016 18:29:00 -0700 Subject: [PATCH] fixed typo --- src/Symfony/Component/HttpFoundation/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpFoundation/Request.php b/src/Symfony/Component/HttpFoundation/Request.php index 00a16223b4..5e07af3790 100644 --- a/src/Symfony/Component/HttpFoundation/Request.php +++ b/src/Symfony/Component/HttpFoundation/Request.php @@ -1474,7 +1474,7 @@ class Request } /** - * Checks whether the method is cachaeble or not. + * Checks whether the method is cacheable or not. * * @return bool */