From ce742b08b0386ee5d44fdb6b1b182c517f844c1c Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 16 Dec 2004 12:34:32 +0000 Subject: [PATCH] - Fix typo (avaliable -> available). (bug #28725) --- Zend/ChangeLog | 4 ++-- ext/gd/tests/gif2gd.phpt | 2 +- ext/gd/tests/gif2jpg.phpt | 2 +- ext/gd/tests/gif2png.phpt | 2 +- ext/gd/tests/imagefilter.phpt | 2 +- ext/gd/tests/imagefttext.phpt | 2 +- ext/gd/tests/jpeg2png.phpt | 2 +- ext/gd/tests/jpg2gd.phpt | 2 +- ext/gd/tests/png2gd.phpt | 2 +- ext/gd/tests/xbm2png.phpt | 2 +- ext/gd/tests/xpm2gd.phpt | 2 +- ext/gd/tests/xpm2jpg.phpt | 2 +- ext/gd/tests/xpm2png.phpt | 2 +- ext/informix/ifx.ec | 2 +- ext/mbstring/tests/mb_send_mail05.phpt | 2 +- ext/mbstring/tests/mb_send_mail06.phpt | 2 +- ext/mbstring/tests/mb_send_mail07.phpt | 2 +- ext/mhash/tests/skip.inc | 2 +- ext/mime_magic/mime_magic.c | 2 +- ext/pcntl/tests/001.phpt | 2 +- ext/pspell/tests/01pspell_basic.phpt | 2 +- ext/shmop/tests/001.phpt | 2 +- ext/standard/tests/image/getimagesize_swc.phpt | 2 +- run-tests.php | 4 ++-- sapi/apache2handler/sapi_apache2.c | 2 +- 25 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 85f9286eda1..a14cbcd4f7c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -7995,13 +7995,13 @@ 2003-02-08 Ilia Alshanetsky * zend_builtin_functions.c: - The string.h is already avaliable through zend.h, so the manual inclusion + The string.h is already available through zend.h, so the manual inclusion is not necessary. 2003-02-07 Ilia Alshanetsky * zend_builtin_functions.c: - Added a check to ensure that string.h is avaliable before trying to use it. + Added a check to ensure that string.h is available before trying to use it. Thanks Andi. diff --git a/ext/gd/tests/gif2gd.phpt b/ext/gd/tests/gif2gd.phpt index 3eee211871c..75291777d8b 100644 --- a/ext/gd/tests/gif2gd.phpt +++ b/ext/gd/tests/gif2gd.phpt @@ -3,7 +3,7 @@ gif --> gd1/gd2 conversion test --SKIPIF-- jpeg conversion test --SKIPIF-- png conversion test --SKIPIF-- png conversion test --SKIPIF-- gd1/gd2 conversion test --SKIPIF-- gd1/gd2 conversion test --SKIPIF-- png conversion test --SKIPIF-- gd1/gd2 conversion test --SKIPIF-- jpeg conversion test --SKIPIF-- png conversion test --SKIPIF-- --INI-- diff --git a/ext/mbstring/tests/mb_send_mail06.phpt b/ext/mbstring/tests/mb_send_mail06.phpt index 92087f96490..2e8c1512848 100644 --- a/ext/mbstring/tests/mb_send_mail06.phpt +++ b/ext/mbstring/tests/mb_send_mail06.phpt @@ -6,7 +6,7 @@ if (@mb_send_mail() === false || !mb_language("Traditional Chinese")) { die("skip mb_send_mail() not available"); } if (!@mb_internal_encoding('BIG5')) { - die("skip BIG5 encoding is not avaliable on this platform"); + die("skip BIG5 encoding is not available on this platform"); } ?> --INI-- diff --git a/ext/mbstring/tests/mb_send_mail07.phpt b/ext/mbstring/tests/mb_send_mail07.phpt index ae429f3ced5..21fdaa597c5 100644 --- a/ext/mbstring/tests/mb_send_mail07.phpt +++ b/ext/mbstring/tests/mb_send_mail07.phpt @@ -6,7 +6,7 @@ if (@mb_send_mail() === false || !mb_language("Korean")) { die("skip mb_send_mail() not available"); } if (!@mb_internal_encoding('ISO-2022-KR')) { - die("skip ISO-2022-KR encoding is not avaliable on this platform"); + die("skip ISO-2022-KR encoding is not available on this platform"); } ?> --INI-- diff --git a/ext/mhash/tests/skip.inc b/ext/mhash/tests/skip.inc index 81912d21c84..ff60bfff275 100644 --- a/ext/mhash/tests/skip.inc +++ b/ext/mhash/tests/skip.inc @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/ext/mime_magic/mime_magic.c b/ext/mime_magic/mime_magic.c index 91eb655500f..fd1bd904595 100644 --- a/ext/mime_magic/mime_magic.c +++ b/ext/mime_magic/mime_magic.c @@ -349,7 +349,7 @@ PHP_FUNCTION(mime_content_type) if (conf->magic == (struct magic *)-1) { if(MIME_MAGIC_G(debug)) - php_error_docref("http://www.php.net/mime_magic" TSRMLS_CC, E_ERROR, "mime_magic could not be initialized, magic file %s is not avaliable", conf->magicfile); + php_error_docref("http://www.php.net/mime_magic" TSRMLS_CC, E_ERROR, "mime_magic could not be initialized, magic file %s is not available", conf->magicfile); RETURN_FALSE; } diff --git a/ext/pcntl/tests/001.phpt b/ext/pcntl/tests/001.phpt index 0c8e77ec6c0..74c529124bf 100644 --- a/ext/pcntl/tests/001.phpt +++ b/ext/pcntl/tests/001.phpt @@ -3,7 +3,7 @@ Test pcntl wait functionality --SKIPIF-- --FILE-- --FILE-- diff --git a/ext/shmop/tests/001.phpt b/ext/shmop/tests/001.phpt index 1a1b926308d..fc293c82ec8 100644 --- a/ext/shmop/tests/001.phpt +++ b/ext/shmop/tests/001.phpt @@ -3,7 +3,7 @@ shmop extension test --SKIPIF-- --FILE-- diff --git a/ext/standard/tests/image/getimagesize_swc.phpt b/ext/standard/tests/image/getimagesize_swc.phpt index b9b83f43737..f8c74498a43 100644 --- a/ext/standard/tests/image/getimagesize_swc.phpt +++ b/ext/standard/tests/image/getimagesize_swc.phpt @@ -3,7 +3,7 @@ GetImageSize() for compressed swf files --SKIPIF-- --FILE-- diff --git a/run-tests.php b/run-tests.php index f8c547a3c06..6a66e013a07 100755 --- a/run-tests.php +++ b/run-tests.php @@ -37,7 +37,7 @@ */ -/* Sanity check to ensure that pcre extension needed by this script is avaliable. +/* Sanity check to ensure that pcre extension needed by this script is available. * In the event it is not, print a nice error message indicating that this script will * not run without it. */ @@ -708,7 +708,7 @@ TEST $file } fclose($fp); - /* For GET/POST tests, check if cgi sapi is avaliable and if it is, use it. */ + /* For GET/POST tests, check if cgi sapi is available and if it is, use it. */ if ((!empty($section_text['GET']) || !empty($section_text['POST']))) { if (file_exists("./sapi/cgi/php")) { $old_php = $php; diff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c index 87e0bf1997b..7bb061f5048 100644 --- a/sapi/apache2handler/sapi_apache2.c +++ b/sapi/apache2handler/sapi_apache2.c @@ -142,7 +142,7 @@ php_apache_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) /* * This loop is needed because ap_get_brigade() can return us partial data * which would cause premature termination of request read. Therefor we - * need to make sure that if data is avaliable we fill the buffer completely. + * need to make sure that if data is available we fill the buffer completely. */ while (ap_get_brigade(r->input_filters, brigade, AP_MODE_READBYTES, APR_BLOCK_READ, len) == APR_SUCCESS) {