]> granicus.if.org Git - php/commitdiff
MFH: Typo
authorDerick Rethans <derick@php.net>
Mon, 26 May 2003 09:46:34 +0000 (09:46 +0000)
committerDerick Rethans <derick@php.net>
Mon, 26 May 2003 09:46:34 +0000 (09:46 +0000)
sapi/apache2handler/php_functions.c

index 8fcac82bd2f1e00bda1b37d961a88948d994cbe5..367454921e713d7baddac7dbccbcee440574c663 100644 (file)
@@ -386,7 +386,7 @@ PHP_MINFO_FUNCTION(apache)
        php_info_print_table_row(2, "Apache API Version", tmp);
        
        if (serv->server_admin && *(serv->server_admin)) {
-               php_info_print_table_row(2, "Servert Administrator", serv->server_admin);
+               php_info_print_table_row(2, "Server Administrator", serv->server_admin);
        }
        
        sprintf(tmp, "%s:%u", serv->server_hostname, serv->port);