From 844b261e3a19200e9deaa6368efa74d94db6434e Mon Sep 17 00:00:00 2001 From: zhdaniel Date: Thu, 15 Aug 2019 10:29:18 +0800 Subject: [PATCH] Fix typo --- sapi/fpm/fpm/fpm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1