Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / taxonomy / src / Entity / Vocabulary.php
index ec8b8663e7e5f51fcc54e63ddfc86e52bfe2c048..2f2833ae3999e02307775053e60f314a4f77d0c7 100644 (file)
@@ -87,7 +87,7 @@ class Vocabulary extends ConfigEntityBundleBase implements VocabularyInterface {
    * Possible values:
    * - VocabularyInterface::HIERARCHY_DISABLED: No parents.
    * - VocabularyInterface::HIERARCHY_SINGLE: Single parent.
-   * - VocabularyInterface::HIERARCHY_MULTIPL: Multiple parents.
+   * - VocabularyInterface::HIERARCHY_MULTIPLE: Multiple parents.
    *
    * @var int
    */