]> granicus.if.org Git - php/commitdiff
typo
authorJérôme Loyet <fat@php.net>
Tue, 20 Apr 2010 23:31:13 +0000 (23:31 +0000)
committerJérôme Loyet <fat@php.net>
Tue, 20 Apr 2010 23:31:13 +0000 (23:31 +0000)
sapi/fpm/fpm/fpm_main.c

index 31a9047c91db97db7a419ed7519fcb5e9943bbcb..04803319137b01eaf521f73afb55231c5a51ed7d 100644 (file)
@@ -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;
                        }