diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-04-22 14:05:24 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-06-10 13:36:17 -0700 |
commit | 04145dc2aa6eea37f7cd27ffa69ad3b2f52a65da (patch) | |
tree | 54f17f690aa4bbdaed4a9d8297c77902bd3b2494 /scripts | |
parent | ed2e84e2394b97f710710c6db0366d739422b0fe (diff) | |
download | php-git-04145dc2aa6eea37f7cd27ffa69ad3b2f52a65da.tar.gz |
typo fixes (argument)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/dev/generate-phpt.phar | bin | 52353 -> 52354 bytes | |||
-rw-r--r-- | scripts/dev/generate-phpt/src/gtFunction.php | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/generate-phpt.phar b/scripts/dev/generate-phpt.phar Binary files differindex d9e6ce4302..a12c040f9c 100644 --- a/scripts/dev/generate-phpt.phar +++ b/scripts/dev/generate-phpt.phar diff --git a/scripts/dev/generate-phpt/src/gtFunction.php b/scripts/dev/generate-phpt/src/gtFunction.php index 74058216ee..47f4bafcb3 100644 --- a/scripts/dev/generate-phpt/src/gtFunction.php +++ b/scripts/dev/generate-phpt/src/gtFunction.php @@ -19,7 +19,7 @@ class gtFunction extends gtTestSubject { /** - * Get the names of function argments and initialise mandatory and optional argument arrays + * Get the names of function arguments and initialise mandatory and optional argument arrays * */ public function setArgumentNames() { |