From 791313b6a7bba567ed56395fe199f66dc712718a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 17 Apr 2021 18:36:24 +0200 Subject: [PATCH] Fix typo --- .../Runtime/Internal/HttpKernel/HttpKernelInterfaceRuntime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Runtime/Internal/HttpKernel/HttpKernelInterfaceRuntime.php b/src/Symfony/Component/Runtime/Internal/HttpKernel/HttpKernelInterfaceRuntime.php index 5ce0a3b4ab..08601abffc 100644 --- a/src/Symfony/Component/Runtime/Internal/HttpKernel/HttpKernelInterfaceRuntime.php +++ b/src/Symfony/Component/Runtime/Internal/HttpKernel/HttpKernelInterfaceRuntime.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Runtime\Symfony\Component\HttKernel; +namespace Symfony\Runtime\Symfony\Component\HttpKernel; use Symfony\Component\Runtime\SymfonyRuntime;