diff --git a/core/lib/Drupal/Core/TypedData/AllowedValuesInterface.php b/core/lib/Drupal/Core/TypedData/AllowedValuesInterface.php index f10d4a1..77e50c9 100644 --- a/core/lib/Drupal/Core/TypedData/AllowedValuesInterface.php +++ b/core/lib/Drupal/Core/TypedData/AllowedValuesInterface.php @@ -78,7 +78,7 @@ public function getAllPossibleOptions(AccountInterface $account = NULL); public function getSettableValues(AccountInterface $account = NULL); /** - * Returns an array of settable values with lables for display. + * Returns an array of settable values with labels for display. * * If the optional $account parameter is passed, then the array is filtered to * values settable by the account.