From be36b9205e25595f5e4bf0dba4de33f5f620b33e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 13 Jan 2009 22:39:11 +0000 Subject: - Patch #358006 by gcopenhaver: fixed spelling errors. --- scripts/run-tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/run-tests.sh') 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']; } -- cgit v1.2.3