diff options
author | Marcus Boerger <helly@php.net> | 2006-08-08 00:40:19 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-08-08 00:40:19 +0000 |
commit | 05206b42d86b9ddd99d16157576959225fecddae (patch) | |
tree | 67a58e9c5151d5e92f78781739910ae0571bf8d8 /tests | |
parent | efc6ff0c3954d6abe4e544715e457600b0d5be20 (diff) | |
download | php-git-05206b42d86b9ddd99d16157576959225fecddae.tar.gz |
- Speling
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/classes/ctor_visibility.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/ctor_visibility.phpt b/tests/classes/ctor_visibility.phpt index afc823cb82..8d3b1c5c50 100755 --- a/tests/classes/ctor_visibility.phpt +++ b/tests/classes/ctor_visibility.phpt @@ -66,4 +66,4 @@ Test::__construct() TestPriv::__construct() DerivedPriv::__construct() -Fatal error: Cannot call private TestPriv::__constrcut() in %sctor_visibility.php on line %d +Fatal error: Cannot call private TestPriv::__construct() in %sctor_visibility.php on line %d |