diff options
author | Jérôme Loyet <fat@php.net> | 2010-04-20 23:31:13 +0000 |
---|---|---|
committer | Jérôme Loyet <fat@php.net> | 2010-04-20 23:31:13 +0000 |
commit | bae9248602dc16b90db44473c903fbf539793aa7 (patch) | |
tree | 8fb6011abcf5cadefd5adb79453a0beb7ed848d3 | |
parent | 5556956899a14bc0877eb99595f7412cb653552b (diff) | |
download | php-git-bae9248602dc16b90db44473c903fbf539793aa7.tar.gz |
typo
-rw-r--r-- | sapi/fpm/fpm/fpm_main.c | 4 |
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; } |