diff --git a/core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php b/core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php index 368c81976d21c4e7a82e92c68b6753fe2600e59a..4a69ba6e58b4e727cef45ed26c4a3d9a96f4e114 100644 --- a/core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php +++ b/core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php @@ -47,7 +47,7 @@ public function fields() { 'hierarchy' => $this->t('The type of hierarchy allowed within the vocabulary. (0 = disabled, 1 = single, 2 = multiple)'), 'module' => $this->t('Module responsible for the vocabulary.'), 'weight' => $this->t('The weight of the vocabulary in relation to other vocabularies.'), - 'machine_name' => $this->t('Unique achine name of the vocabulary.') + 'machine_name' => $this->t('Unique machine name of the vocabulary.') ); }