diff options
author | Sascha Schumann <sas@php.net> | 2000-02-23 14:05:56 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-02-23 14:05:56 +0000 |
commit | b828e6971cff9adeb9e82470102932a9242ede33 (patch) | |
tree | ee74ead8debe00eb052c9274e229884a09f9079f /ext/icap/php_icap.c | |
parent | da8c6bea465a9c8421b5f6c7d1065820b94762a1 (diff) | |
download | php-git-b828e6971cff9adeb9e82470102932a9242ede33.tar.gz |
Speling mistake, fix suggested by zeekamotay@hotmail.com in #3558
Diffstat (limited to 'ext/icap/php_icap.c')
-rw-r--r-- | ext/icap/php_icap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |