]> granicus.if.org Git - php/commitdiff
Speling mistake, fix suggested by zeekamotay@hotmail.com in #3558
authorSascha Schumann <sas@php.net>
Wed, 23 Feb 2000 14:05:56 +0000 (14:05 +0000)
committerSascha Schumann <sas@php.net>
Wed, 23 Feb 2000 14:05:56 +0000 (14:05 +0000)
ext/icap/php_icap.c

index c6994a262242cec5b4fd0d3f728616a6b9401398..8c4e8371b389f90c6483bb33d4a5999b4ba28864 100644 (file)
@@ -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)