summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-01-13 22:39:11 +0000
committerDries Buytaert <dries@buytaert.net>2009-01-13 22:39:11 +0000
commitbe36b9205e25595f5e4bf0dba4de33f5f620b33e (patch)
tree8b7a4cb7a5b61f96516fbc5f1a7833dafa2ad77d
parentb86354c55c28f88b9bbd426d8faf405246148ee4 (diff)
downloadbrdo-be36b9205e25595f5e4bf0dba4de33f5f620b33e.tar.gz
brdo-be36b9205e25595f5e4bf0dba4de33f5f620b33e.tar.bz2
- Patch #358006 by gcopenhaver: fixed spelling errors.
-rw-r--r--scripts/code-style.pl2
-rwxr-xr-xscripts/password-hash.sh2
-rwxr-xr-xscripts/run-tests.sh6
3 files changed, 5 insertions, 5 deletions
diff --git a/scripts/code-style.pl b/scripts/code-style.pl
index df2add6c9..0b2024a07 100644
--- a/scripts/code-style.pl
+++ b/scripts/code-style.pl
@@ -168,7 +168,7 @@ __END__
=head1 NAME
-code-style.pl - Review drupal code for style
+code-style.pl - Review Drupal code for style
=head1 SYNOPSIS
diff --git a/scripts/password-hash.sh b/scripts/password-hash.sh
index eb2e3424a..12e939983 100755
--- a/scripts/password-hash.sh
+++ b/scripts/password-hash.sh
@@ -10,7 +10,7 @@
* #!c:/program files/php/php.exe
*
* @param password1 [password2 [password3 ...]]
- * Plain-text passwords in quotes (or with spaces backslah escaped).
+ * Plain-text passwords in quotes (or with spaces backslash escaped).
*/
function variable_get($x, $default) {
diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh
index f6ecf651b..738bfb52a 100755
--- a/scripts/run-tests.sh
+++ b/scripts/run-tests.sh
@@ -124,10 +124,10 @@ All arguments are long options.
--class Run tests identified by specific class names, instead of group names.
- --file Run tests identifiled by specific file names, instead of group names.
+ --file Run tests identified by specific file names, instead of group names.
Specify the path and the extension (i.e. 'modules/user/user.test').
- --color Output the rusults with color highlighting.
+ --color Output the results with color highlighting.
--verbose Output detailed assertion messages in addition to summary.
@@ -231,7 +231,7 @@ function simpletest_script_init() {
$host = 'localhost';
$path = '';
- // Determine location of php command automatically, unless a comamnd line argument is supplied.
+ // Determine location of php command automatically, unless a command line argument is supplied.
if (!empty($args['php'])) {
$php = $args['php'];
}