X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FConfig%2FEntity%2FConfigEntityInterface.php;h=8931f1ed04927b99479851834774296f98f773dd;hb=refs%2Fheads%2Fd864;hp=248701e7f32884b01b30e88a9b25ece0d416db3a;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php b/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php index 248701e7f..8931f1ed0 100644 --- a/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php +++ b/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php @@ -189,7 +189,7 @@ interface ConfigEntityInterface extends EntityInterface, ThirdPartySettingsInter * For example, a default view might not be installable if the base table * doesn't exist. * - * @retun bool + * @return bool * TRUE if the entity is installable, FALSE otherwise. */ public function isInstallable();