X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FElement%2FEntityAutocomplete.php;h=0691239dfa4d7c0d7e034240b74106a72b898bae;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=cbe91d987a8705667ada26abc6441dfe9cbd6fd6;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php b/web/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php index cbe91d987..0691239df 100644 --- a/web/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php +++ b/web/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php @@ -251,8 +251,8 @@ class EntityAutocomplete extends Textfield { /** * Finds an entity from an autocomplete input without an explicit ID. * - * The method will return an entity ID if one single entity unambuguously - * matches the incoming input, and sill assign form errors otherwise. + * The method will return an entity ID if one single entity unambiguously + * matches the incoming input, and assign form errors otherwise. * * @param \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface $handler * Entity reference selection plugin.