summaryrefslogtreecommitdiff
path: root/scripts/generate-d6-content.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/generate-d6-content.sh')
-rw-r--r--scripts/generate-d6-content.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-d6-content.sh b/scripts/generate-d6-content.sh
index 5079c2338..fc4c68f96 100644
--- a/scripts/generate-d6-content.sh
+++ b/scripts/generate-d6-content.sh
@@ -75,7 +75,7 @@ for ($i = 0; $i < 24; $i++) {
$vocabulary['weight'] = $i;
taxonomy_save_vocabulary($vocabulary);
$parents = array();
- // Vocabularies without hierarcy get one term, single parent vocabularies get
+ // Vocabularies without hierarchy get one term, single parent vocabularies get
// one parent and one child term. Multiple parent vocabularies get three
// terms: t0, t1, t2 where t0 is a parent of both t1 and t2.
for ($j = 0; $j < $vocabulary['hierarchy'] + 1; $j++) {