diff options
author | Andrey Hristov <andrey@php.net> | 2002-11-22 11:11:31 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2002-11-22 11:11:31 +0000 |
commit | 850586cfe7be3222469e70a188506dcbe9db5567 (patch) | |
tree | 0daef429d45c56975ebb88973b0cb5ec8b98ef54 /tests | |
parent | 2a9f250ec76b1ef94bfbac7fcbec2cd6a8a89db0 (diff) | |
download | php-git-850586cfe7be3222469e70a188506dcbe9db5567.tar.gz |
typo fix.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/classes/abstract.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/abstract.phpt b/tests/classes/abstract.phpt index 6c8f67ce03..75e5be7c53 100644 --- a/tests/classes/abstract.phpt +++ b/tests/classes/abstract.phpt @@ -1,5 +1,5 @@ --TEST-- -An abstrcat method may not be called +An abstract method may not be called --SKIPIF-- <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?> --FILE-- |