From: zhdaniel Date: Thu, 15 Aug 2019 02:29:18 +0000 (+0800) Subject: Fix typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=844b261e3a19200e9deaa6368efa74d94db6434e;p=php Fix typo --- diff --git a/sapi/fpm/fpm/fpm_main.c b/sapi/fpm/fpm/fpm_main.c index 9916b8bf7c..2d18b8f41c 100644 --- a/sapi/fpm/fpm/fpm_main.c +++ b/sapi/fpm/fpm/fpm_main.c @@ -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);