- Patch #358006 by gcopenhaver: fixed spelling errors.
							parent
							
								
									b86354c55c
								
							
						
					
					
						commit
						be36b9205e
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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'];
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue