From a52ef7140278393a3ab5adf87ffe3edbbf95e299 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Wed, 23 Dec 2015 01:26:55 +0000 Subject: [PATCH] =?UTF-8?q?Issue=20#2634662=20by=20David=20Hern=C3=A1ndez:?= =?UTF-8?q?=20Typo=20on=20\Drupal\taxonomy\Plugin\migrate\source\d7\Vocabu?= =?UTF-8?q?lary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 368c81976d21..4a69ba6e58b4 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.') ); } -- GitLab