mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Fix typo
This commit is contained in:
parent
c82566dec7
commit
844b261e3a
@ -244,7 +244,7 @@ static inline size_t sapi_cgibin_single_write(const char *str, uint32_t str_leng
|
||||
{
|
||||
ssize_t ret;
|
||||
|
||||
/* sapi has started which means everyhting must be send through fcgi */
|
||||
/* sapi has started which means everything must be send through fcgi */
|
||||
if (fpm_is_running) {
|
||||
fcgi_request *request = (fcgi_request*) SG(server_context);
|
||||
ret = fcgi_write(request, FCGI_STDOUT, str, str_length);
|
||||
|
Loading…
Reference in New Issue
Block a user