summaryrefslogtreecommitdiff
path: root/ext/pcntl
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-12-16 12:34:32 +0000
committerfoobar <sniper@php.net>2004-12-16 12:34:32 +0000
commitce742b08b0386ee5d44fdb6b1b182c517f844c1c (patch)
tree8db31175ac136db5fbbb6e0c9cac17d7a5f62386 /ext/pcntl
parenteb0c45d57215646e390bdcd757e750a07bb0a48e (diff)
downloadphp-git-ce742b08b0386ee5d44fdb6b1b182c517f844c1c.tar.gz
- Fix typo (avaliable -> available). (bug #28725)
Diffstat (limited to 'ext/pcntl')
-rw-r--r--ext/pcntl/tests/001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcntl/tests/001.phpt b/ext/pcntl/tests/001.phpt
index 0c8e77ec6c..74c529124b 100644
--- a/ext/pcntl/tests/001.phpt
+++ b/ext/pcntl/tests/001.phpt
@@ -3,7 +3,7 @@ Test pcntl wait functionality
--SKIPIF--
<?php
if (!extension_loaded("pcntl")) print "skip";
- if (!function_exists("posix_kill")) print "skip posix_kill() not avaliable";
+ if (!function_exists("posix_kill")) print "skip posix_kill() not available";
?>
--FILE--
<?php