diff --git a/core/modules/locale/tests/Drupal/locale/Tests/LocaleStringFallbackTest.php b/core/modules/locale/tests/Drupal/locale/Tests/LocaleStringFallbackTest.php index 3ebc4d3..6bb8b48 100644 --- a/core/modules/locale/tests/Drupal/locale/Tests/LocaleStringFallbackTest.php +++ b/core/modules/locale/tests/Drupal/locale/Tests/LocaleStringFallbackTest.php @@ -50,7 +50,7 @@ class LocaleStringFallbackTest extends UnitTestCase { protected $container; /** - * A mocked config facktory built with UnitTestCase::getConfigFactoryStub + * A mocked config factory built with UnitTestCase::getConfigFactoryStub * method. * * @var \PHPUnit_Framework_MockObject_MockBuilder