]> granicus.if.org Git - php/commitdiff
Fix typo
authorzhdaniel <mr.danielzh@hotmail.com>
Thu, 15 Aug 2019 02:29:18 +0000 (10:29 +0800)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 15 Aug 2019 07:32:35 +0000 (09:32 +0200)
sapi/fpm/fpm/fpm_main.c

index 9916b8bf7c8cf2acd01373637e711f82ec87d3e7..2d18b8f41c744a40ac9f21b2bd6b8b3780e81a9b 100644 (file)
@@ -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);