From 5546f1e2590ed63d8bdb5f0582d0c96739998092 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 4 Mar 2003 18:59:16 +0000 Subject: [PATCH] typofix --- ext/hyperwave/hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c index 8859e13952..fcb4123aa5 100644 --- a/ext/hyperwave/hw.c +++ b/ext/hyperwave/hw.c @@ -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() -- 2.40.0