From 05e26348e15ec74b4261bd45b6a948fd07f244f1 Mon Sep 17 00:00:00 2001 From: catch Date: Mon, 22 Jun 2020 14:03:23 +0100 Subject: [PATCH] Issue #3153790 by alexpott, jungle, vijaycs85: Fix spelling errors in core --- core/install.php | 2 +- core/modules/user/user.services.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/install.php b/core/install.php index 775ee745c15a..422cc099c5a8 100644 --- a/core/install.php +++ b/core/install.php @@ -22,7 +22,7 @@ $root_path = realpath(''); define('MAINTENANCE_MODE', 'install'); // Exit early if an incompatible PHP version is in use, so that the user sees a -// helpful error message rather than a whitescreen from any fatal errors due to +// helpful error message rather than a white screen from any fatal errors due to // the incompatible version. The minimum version is also hardcoded (instead of // \Drupal::MINIMUM_PHP), to avoid any fatal errors that might result from // loading the autoloader or core/lib/Drupal.php. Note: Remember to update the diff --git a/core/modules/user/user.services.yml b/core/modules/user/user.services.yml index 0697f24acce4..f79e286a5421 100644 --- a/core/modules/user/user.services.yml +++ b/core/modules/user/user.services.yml @@ -62,7 +62,7 @@ services: user.flood_control: class: Drupal\user\UserFloodControl arguments: ['@flood', '@event_dispatcher', '@request_stack'] - user.flood_subcriber: + user.flood_subscriber: class: Drupal\user\EventSubscriber\UserFloodSubscriber arguments: ['@logger.channel.user'] tags: