summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-10-02 11:09:00 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-10-02 11:09:00 -0700
commitd967abdf1dab8b23fba39ce2aa35fe09cd5578f5 (patch)
treeb4c4c404d4683b934b4687ed696b883dd2ec905a /scripts
parent9c42142614fdb292e231766dc778b959d74649c9 (diff)
downloadbrdo-d967abdf1dab8b23fba39ce2aa35fe09cd5578f5.tar.gz
brdo-d967abdf1dab8b23fba39ce2aa35fe09cd5578f5.tar.bz2
Issue #1054848 by barraponto: Fixing common typos through codespell.py.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generate-d6-content.sh2
-rwxr-xr-xscripts/run-tests.sh2
2 files changed, 2 insertions, 2 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++) {
diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh
index 30598233c..429b28b24 100755
--- a/scripts/run-tests.sh
+++ b/scripts/run-tests.sh
@@ -124,7 +124,7 @@ All arguments are long options.
--clean Cleans up database tables or directories from previous, failed,
tests and then exits (no tests are run).
- --url Immediately preceeds a URL to set the host and path. You will
+ --url Immediately precedes a URL to set the host and path. You will
need this parameter if Drupal is in a subdirectory on your
localhost and you have not set \$base_url in settings.php. Tests
can be run under SSL by including https:// in the URL.