Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
be36b920
Commit
be36b920
authored
Jan 13, 2009
by
Dries
Browse files
- Patch
#358006
by gcopenhaver: fixed spelling errors.
parent
b86354c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
scripts/code-style.pl
View file @
be36b920
...
...
@@ -168,7 +168,7 @@ __END__
=head1 NAME
code-style.pl - Review
d
rupal code for style
code-style.pl - Review
D
rupal code for style
=head1 SYNOPSIS
...
...
scripts/password-hash.sh
View file @
be36b920
...
...
@@ -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 backsla
s
h escaped).
*/
function variable_get($x, $default) {
...
...
scripts/run-tests.sh
View file @
be36b920
...
...
@@ -124,10 +124,10 @@ function simpletest_script_help() {
--class
Run tests identified by specific class names, instead of group names.
--file
Run tests identifi
l
ed 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 r
u
sults with color highlighting.
--color
Output the r
e
sults 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 com
a
mnd line argument is supplied.
// Determine location of php
command
automatically, unless a
comm
a
nd
line argument is supplied.
if
(!
empty
(
$args
[
'php'
]))
{
$php
=
$args
[
'php'
]
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment