mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
fix typo
This commit is contained in:
parent
3afdc2e490
commit
2b1085d103
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg TSRMLS_DC)
|
|||
continue;
|
||||
}
|
||||
efree(header_line);
|
||||
sapi_module.sapi_error(E_WARNING, "Header may not contain more then a single header, new line detected.");
|
||||
sapi_module.sapi_error(E_WARNING, "Header may not contain more than a single header, new line detected.");
|
||||
return FAILURE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue