diff -u b/core/modules/image/src/Tests/Update/ImageUpdateEffectOrderTest.php b/core/modules/image/src/Tests/Update/ImageUpdateEffectOrderTest.php --- b/core/modules/image/src/Tests/Update/ImageUpdateEffectOrderTest.php +++ b/core/modules/image/src/Tests/Update/ImageUpdateEffectOrderTest.php @@ -43,7 +43,7 @@ $style = ImageStyle::load('test'); $this->assertNotIdentical($expected_order_in_config, array_keys($style->get('effects'))); - // Plugin collection will bne osrted correctly because it is sorted by + // Plugin collection will be sorted correctly because it is sorted by // weight. $this->assertIdentical($expected_order_in_plugin_collection, array_keys(iterator_to_array($style->getEffects()->getIterator())));