mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
- Fix typo
This commit is contained in:
parent
afc2196715
commit
7bd188fcf0
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue