Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Form / FormErrorHandler.php
index 9783cb5c4a6fe31cc5554aab689ca77cf81019e8..02457ce6d665b4115e80e6977758de9543c625da 100644 (file)
@@ -127,7 +127,7 @@ class FormErrorHandler implements FormErrorHandlerInterface {
         }
 
         // Additionally store the errors of the direct child itself, keyed by
-        // it's parent elements structure.
+        // its parent elements structure.
         if (!empty($child['#errors'])) {
           $child_parents = implode('][', $child['#array_parents']);
           $children_errors[$child_parents] = $child['#errors'];