nlopess Wed Sep 5 18:26:35 2007 UTC
Modified files:
/phpdoc/scripts/iniupdate pecl.php update-all.php
Log:
typo :S
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/iniupdate/pecl.php?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/scripts/iniupdate/pecl.php
diff -u phpdoc/scripts/iniupdate/pecl.php:1.1
phpdoc/scripts/iniupdate/pecl.php:1.2
--- phpdoc/scripts/iniupdate/pecl.php:1.1 Wed Sep 5 18:15:55 2007
+++ phpdoc/scripts/iniupdate/pecl.php Wed Sep 5 18:26:35 2007
@@ -71,7 +71,7 @@
/** update PECL sources */
-function updare_pecl_sources()
+function update_pecl_sources()
{
foreach (get_pecl_packages() as $pkg) {
$releases = get_pecl_releases($pkg);
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/iniupdate/update-all.php?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/scripts/iniupdate/update-all.php
diff -u phpdoc/scripts/iniupdate/update-all.php:1.5
phpdoc/scripts/iniupdate/update-all.php:1.6
--- phpdoc/scripts/iniupdate/update-all.php:1.5 Wed Sep 5 18:15:55 2007
+++ phpdoc/scripts/iniupdate/update-all.php Wed Sep 5 18:26:35 2007
@@ -111,6 +111,6 @@
echo "done\n";
}
-updare_pecl_sources();
+update_pecl_sources();
chdir('..');