From 28af73db195c255eae7cb26634a1b98a86f7f0d7 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 10 Aug 2021 15:14:47 +0200 Subject: [PATCH] Fix typo. --- src/Bundle/ChillWopiBundle/src/Resources/services.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillWopiBundle/src/Resources/services.php b/src/Bundle/ChillWopiBundle/src/Resources/services.php index ba31f5d00..18a7b2c89 100644 --- a/src/Bundle/ChillWopiBundle/src/Resources/services.php +++ b/src/Bundle/ChillWopiBundle/src/Resources/services.php @@ -25,7 +25,7 @@ return static function (ContainerConfigurator $container) { ->exclude('../src/{DependencyInjection,Entity,Resources,Tests,Kernel.php}'); $services - ->set('chill_wopi.openstack_cient') + ->set('chill_wopi.openstack_client') ->class(OpenStack::class) - ->args('%chill_wopi.openstack%') + ->args('%chill_wopi.openstack%'); };