From bae9248602dc16b90db44473c903fbf539793aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Loyet?= Date: Tue, 20 Apr 2010 23:31:13 +0000 Subject: typo --- sapi/fpm/fpm/fpm_main.c | 4 ++-- 1 file 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; } -- cgit v1.2.1