- uctitle
authorMichael Wallner <mike@php.net>
Fri, 9 Feb 2007 16:02:36 +0000 (16:02 +0000)
committerMichael Wallner <mike@php.net>
Fri, 9 Feb 2007 16:02:36 +0000 (16:02 +0000)
http.c

diff --git a/http.c b/http.c
index 2ad964405c18a0e9da3984263f1759912cd6112d..095cc1ebdc04cb6bcdbf532d561f1fc8ea9efa8c 100644 (file)
--- 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;