diff --git a/core/install.php b/core/install.php
index 775ee745c15a380bd205ff379097b480f2b1715a..422cc099c5a8382b8d4558b7a035cfd096c0df9f 100644
--- a/core/install.php
+++ b/core/install.php
@@ -22,7 +22,7 @@
 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 0697f24acce4a7cd91adc51c7729aca2a71687d4..f79e286a542120d920750716dc7aa2e0031e7461 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: