Commit 272601f0 authored by Greg Ames's avatar Greg Ames
Browse files

grammatical nit-pick

(can't help it...Grandma was an English teacher)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124994 13f79535-47bb-0310-9956-ffa450edef68
parent 766177de
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -333,7 +333,7 @@ static apr_status_t stream_reqbody_chunked(apr_pool_t *p,
            return status;
            return status;
        }
        }


        /* If this brigade contain EOS, either stop or remove it. */
        /* If this brigade contains EOS, either stop or remove it. */
        if (APR_BUCKET_IS_EOS(APR_BRIGADE_LAST(input_brigade))) {
        if (APR_BUCKET_IS_EOS(APR_BRIGADE_LAST(input_brigade))) {
            seen_eos = 1;
            seen_eos = 1;


@@ -436,7 +436,7 @@ static apr_status_t stream_reqbody_cl(apr_pool_t *p,
            return status;
            return status;
        }
        }


        /* If this brigade contain EOS, either stop or remove it. */
        /* If this brigade contains EOS, either stop or remove it. */
        if (APR_BUCKET_IS_EOS(APR_BRIGADE_LAST(input_brigade))) {
        if (APR_BUCKET_IS_EOS(APR_BRIGADE_LAST(input_brigade))) {
            seen_eos = 1;
            seen_eos = 1;