]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Tue, 4 Mar 2003 19:00:11 +0000 (19:00 +0000)
committerfoobar <sniper@php.net>
Tue, 4 Mar 2003 19:00:11 +0000 (19:00 +0000)
ext/hyperwave/hw.c

index 0908abd7ab378bafc947663796b56666d0306334..eb4d508c96ce93b1b90903ed4e5ad54f2a9db085 100644 (file)
@@ -199,7 +199,7 @@ static PHP_INI_MH(OnHyperwavePort)
 }
 
 PHP_INI_BEGIN()
-       STD_PHP_INI_ENTRY("hyerwave.allow_persistent", "0", PHP_INI_SYSTEM, OnUpdateInt, allow_persistent, zend_hw_globals, hw_globals)
+       STD_PHP_INI_ENTRY("hyperwave.allow_persistent", "0", PHP_INI_SYSTEM, OnUpdateInt, allow_persistent, zend_hw_globals, hw_globals)
        PHP_INI_ENTRY("hyperwave.default_port", "418", PHP_INI_ALL,     OnHyperwavePort)
 PHP_INI_END()