Skip to content

Commit bae9248

Browse files
author
Jérôme Loyet
committed
typo
1 parent 5556956 commit bae9248

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sapi/fpm/fpm/fpm_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,8 +1773,8 @@ consult the installation file that came with this distribution, or visit \n\
17731773
return FAILURE;
17741774
}
17751775

1776-
/* check request_method has been sent.
1777-
* if not, the certainly not an HTTP over fcgi request */
1776+
/* check if request_method has been sent.
1777+
* if not, it's certainly not an HTTP over fcgi request */
17781778
if (!SG(request_info).request_method) {
17791779
goto fastcgi_request_done;
17801780
}

0 commit comments

Comments
 (0)