From b6a4217bad6e1aadefd6eaaf19517697197f21ac Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 26 Feb 2016 17:02:38 +0000 Subject: [PATCH] * include/http_protocol.h: Tweak wording. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1732521 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_protocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/http_protocol.h b/include/http_protocol.h index 34d62ad29a..a9a06b0582 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -762,7 +762,7 @@ AP_DECLARE_HOOK(int,protocol_propose,(conn_rec *c, request_rec *r, * @param c The current connection * @param r The current request or NULL * @param s The server/virtual host selected - * @param choices A list of protocol identifiers, normally the clients whishes + * @param choices A list of protocol identifiers, normally the client's wishes * @param proposals the list of protocol identifiers proposed by the hooks * @return OK or DECLINED */ @@ -815,7 +815,7 @@ AP_DECLARE(apr_status_t) ap_get_protocol_upgrades(conn_rec *c, request_rec *r, * @param c The current connection * @param r The current request or NULL * @param s The server/virtual host selected - * @param choices A list of protocol identifiers, normally the clients whishes + * @param choices A list of protocol identifiers, normally the client's wishes * @return The selected protocol or NULL if no protocol could be agreed upon */ AP_DECLARE(const char *) ap_select_protocol(conn_rec *c, request_rec *r, -- 2.50.1