diff options
-rw-r--r-- | regress/fcgi-test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/fcgi-test.c b/regress/fcgi-test.c index cbfb758..8f2f9ec 100644 --- a/regress/fcgi-test.c +++ b/regress/fcgi-test.c @@ -15,8 +15,8 @@ */ /* - * Test program for fastcgi. It speaks the protocol over stdin. - * Can't handle more than one request at the same time. + * Test program for fastcgi. Can't handle more than one request at + * the same time. */ #include "../config.h" |