diff options
author | foobar <sniper@php.net> | 2005-04-29 01:55:52 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-04-29 01:55:52 +0000 |
commit | 5ae4d8e7014044f944e3aa24fb0207ac8c34ca09 (patch) | |
tree | 827081e473364ee80a3b42b133a356c96bec454f /ext/sysvmsg | |
parent | 921c39f49605e54f57c048671a78c72b88550519 (diff) | |
download | php-git-5ae4d8e7014044f944e3aa24fb0207ac8c34ca09.tar.gz |
typofix
Diffstat (limited to 'ext/sysvmsg')
-rw-r--r-- | ext/sysvmsg/tests/002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sysvmsg/tests/002.phpt b/ext/sysvmsg/tests/002.phpt index b947f2689a..75b33917f9 100644 --- a/ext/sysvmsg/tests/002.phpt +++ b/ext/sysvmsg/tests/002.phpt @@ -1,5 +1,5 @@ --TEST-- -msg_recieve() should return false when unserialize() failed +msg_receive() should return false when unserialize() failed --SKIPIF-- <?php if (!extension_loaded("sysvmsg")) die("skip sysvmsg extenions is not available")?> --FILE-- |