From 273c07d02d566bb0872879f34fd82803baa5eb20 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 9 Feb 2007 16:02:36 +0000 Subject: [PATCH] - uctitle --- http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.c b/http.c index 2ad9644..095cc1e 100644 --- a/http.c +++ b/http.c @@ -460,7 +460,7 @@ PHP_MINFO_FUNCTION(http) php_info_print_table_start(); php_info_print_table_colspan_header(4, "Persistent Handles"); - php_info_print_table_header(4, "Provider", "Ident", "used", "free"); + php_info_print_table_header(4, "Provider", "Ident", "Used", "Free"); { HashTable *ht; HashPosition pos1, pos2; -- 2.30.2