summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sapi/fpm/fpm/fpm_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/fpm/fpm/fpm_main.c b/sapi/fpm/fpm/fpm_main.c
index 31a9047c91..0480331913 100644
--- a/sapi/fpm/fpm/fpm_main.c
+++ b/sapi/fpm/fpm/fpm_main.c
@@ -1773,8 +1773,8 @@ consult the installation file that came with this distribution, or visit \n\
return FAILURE;
}
- /* check request_method has been sent.
- * if not, the certainly not an HTTP over fcgi request */
+ /* check if request_method has been sent.
+ * if not, it's certainly not an HTTP over fcgi request */
if (!SG(request_info).request_method) {
goto fastcgi_request_done;
}