summaryrefslogtreecommitdiff
path: root/tests/classes
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-08-08 00:36:19 +0000
committerMarcus Boerger <helly@php.net>2006-08-08 00:36:19 +0000
commit29168865231d97e20a887c8691ea65a895b8e043 (patch)
treeb9c899759e7ed4eb163120bb02d0d1abec33d65f /tests/classes
parent7bdb45131847f60e13065fc8fc0f1aa6842b2886 (diff)
downloadphp-git-29168865231d97e20a887c8691ea65a895b8e043.tar.gz
- Speling
Diffstat (limited to 'tests/classes')
-rwxr-xr-xtests/classes/ctor_visibility.phpt2
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