Issue #3153790 by alexpott, jungle, vijaycs85: Fix spelling errors in core

merge-requests/2/head
catch 2020-06-22 14:03:23 +01:00
parent 98eed2b1a6
commit 05e26348e1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: