Commit:    82bc8821f93064db5a6a42de70af9df2df1519d9
Author:    Brett Bieber <brett.bie...@gmail.com>         Tue, 24 Jul 2012 
16:10:08 -0500
Committer: Stanislav Malyshev <s...@php.net>      Sun, 5 Aug 2012 20:43:22 -0700
Parents:   a65cff915111c104cb53774ca8f460f816ef53d9
Branches:  PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=82bc8821f93064db5a6a42de70af9df2df1519d9

Log:
Minor spelling corrections

Changed paths:
  M  ext/phar/phar/pharcommand.inc


Diff:
diff --git a/ext/phar/phar/pharcommand.inc b/ext/phar/phar/pharcommand.inc
index 9e96869..cb34367 100755
--- a/ext/phar/phar/pharcommand.inc
+++ b/ext/phar/phar/pharcommand.inc
@@ -91,7 +91,7 @@ class PharCommand extends CLICommand
                        'h' => array(
                                'typ' => 'select',
                                'val' => NULL,
-                               'inf' => '<method> Selects the hash 
algorithmn.',
+                               'inf' => '<method> Selects the hash algorithm.',
                                'select' => array('md5' => 'MD5','sha1' => 
'SHA1')
                        ),
                        'i' => array(
@@ -107,7 +107,7 @@ class PharCommand extends CLICommand
                        'l' => array(
                                'typ' => 'int',
                                'val' => 0,
-                               'inf' => '<level>  Number of preceeding 
subdirectories to strip from file entries',
+                               'inf' => '<level>  Number of preceding 
subdirectories to strip from file entries',
                        ),
                        'm' => array(
                                'typ' => 'any',
@@ -461,7 +461,7 @@ class PharCommand extends CLICommand
                        'typ'     => 'any',
                        'val'      => NULL,
                        'required' => 1,
-                       'inf'      => '         Any number of input files and 
directories. If -i is in use then ONLY files and matching thegiven regular 
expression are being packed. If -x is given then files matching that regular 
expression are NOT being packed.',
+                       'inf'      => '         Any number of input files and 
directories. If -i is in use then ONLY files and matching the given regular 
expression are being packed. If -x is given then files matching that regular 
expression are NOT being packed.',
                );
 
                return $args;
@@ -981,7 +981,7 @@ class PharCommand extends CLICommand
                        'type'     => 'any',
                        'val'      => NULL,
                        'required' => 1,
-                       'inf'      => '         Any number of input files and 
directories. If -i is in use then ONLY files and matching thegiven regular 
expression are being packed. If -x is given then files matching that regular 
expression are NOT being packed.',
+                       'inf'      => '         Any number of input files and 
directories. If -i is in use then ONLY files and matching the given regular 
expression are being packed. If -x is given then files matching that regular 
expression are NOT being packed.',
                );
                return $args;
        }


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to