diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-07-24 00:55:43 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-08-04 16:05:36 -0700 |
commit | 8d86597d7368460383a33a4399ea7a8b244cd6fa (patch) | |
tree | 39778cd6a7c61ad3a00f5ce0f11a59de60836ba2 /scripts | |
parent | 5f137d080acfc43ec66cc2a904076972edb5de67 (diff) | |
download | php-git-8d86597d7368460383a33a4399ea7a8b244cd6fa.tar.gz |
non living code related typo fixes
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/dev/generate-phpt.phar | bin | 52355 -> 52356 bytes | |||
-rw-r--r-- | scripts/dev/generate-phpt/src/testcase/gtTestCase.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 0112d87a97..c6268c0af3 100644 --- a/scripts/dev/generate-phpt.phar +++ b/scripts/dev/generate-phpt.phar diff --git a/scripts/dev/generate-phpt/src/testcase/gtTestCase.php b/scripts/dev/generate-phpt/src/testcase/gtTestCase.php index cc5e19a5ae..60c115a9c1 100644 --- a/scripts/dev/generate-phpt/src/testcase/gtTestCase.php +++ b/scripts/dev/generate-phpt/src/testcase/gtTestCase.php @@ -104,7 +104,7 @@ abstract class gtTestCase { /** - * Add contructor argument initialisation to test case + * Add constructor argument initialisation to test case * */ public function constructorArgInit() { |