]> granicus.if.org Git - php/commitdiff
typofix
authorfoobar <sniper@php.net>
Tue, 4 Mar 2003 18:59:16 +0000 (18:59 +0000)
committerfoobar <sniper@php.net>
Tue, 4 Mar 2003 18:59:16 +0000 (18:59 +0000)
ext/hyperwave/hw.c

index 8859e13952a3b8044af02295dac19a0d7e6e80cc..fcb4123aa5623ce0707798e33f8dbdeea3e945f1 100644 (file)
@@ -217,7 +217,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()