From a45c48571657dfa0651a7873f6cd4601a18cbf43 Mon Sep 17 00:00:00 2001 From: xjm Date: Fri, 29 May 2020 08:02:47 -0500 Subject: [PATCH] Issue #3138793 by sja112, mohrerao: Fix "configuration" relevant typos in core --- core/modules/system/tests/src/Kernel/Mail/MailTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/tests/src/Kernel/Mail/MailTest.php b/core/modules/system/tests/src/Kernel/Mail/MailTest.php index b2e3655fa2b..af593f3f137 100644 --- a/core/modules/system/tests/src/Kernel/Mail/MailTest.php +++ b/core/modules/system/tests/src/Kernel/Mail/MailTest.php @@ -116,7 +116,7 @@ class MailTest extends KernelTestBase { public function testFromAndReplyToHeader() { $language = \Drupal::languageManager()->getCurrentLanguage(); - // Set required site configuruation. + // Set required site configuration. $this->config('system.site') ->set('mail', 'mailtest@example.com') ->set('name', 'Drupal')