From: Sascha Schumann Date: Wed, 23 Feb 2000 14:05:56 +0000 (+0000) Subject: Speling mistake, fix suggested by zeekamotay@hotmail.com in #3558 X-Git-Tag: PHP-4.0-RC1~480 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b828e6971cff9adeb9e82470102932a9242ede33;p=php Speling mistake, fix suggested by zeekamotay@hotmail.com in #3558 --- diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c index c6994a2622..8c4e8371b3 100644 --- a/ext/icap/php_icap.c +++ b/ext/icap/php_icap.c @@ -82,7 +82,7 @@ function_entry icap_functions[] = { PHP_FE(icap_popen, NULL) PHP_FE(icap_reopen, NULL) PHP_FE(icap_fetch_event, NULL) - PHP_FE(icap_list_event, NULL) + PHP_FE(icap_list_events, NULL) PHP_FE(icap_list_alarms, NULL) PHP_FE(icap_create_calendar, NULL) PHP_FE(icap_rename_calendar, NULL)