From e4a2158c9bcaee5f7cd2056e166111bfc39d26ca Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Tue, 6 Oct 2015 17:24:45 +0000 Subject: [PATCH] eor_bucket: follow up to r1707084: fix comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707093 13f79535-47bb-0310-9956-ffa450edef68 --- server/eor_bucket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/eor_bucket.c b/server/eor_bucket.c index c7f1862281a..2726d6bdec8 100644 --- a/server/eor_bucket.c +++ b/server/eor_bucket.c @@ -96,7 +96,7 @@ static apr_status_t eor_bucket_copy(apr_bucket *a, apr_bucket **b) *b = apr_bucket_alloc(sizeof(**b), a->list); /* XXX: check for failure? */ **b = *a; - /* we don't wan't the request to be destroyed twice */ + /* We don't want the request to be destroyed more than once. */ (*b)->data = NULL; return APR_SUCCESS; -- 2.47.3