From: Joe Orton Date: Fri, 26 Feb 2016 17:02:38 +0000 (+0000) Subject: * include/http_protocol.h: Tweak wording. X-Git-Tag: 2.5.0-alpha~2002 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6a4217bad6e1aadefd6eaaf19517697197f21ac;p=apache * include/http_protocol.h: Tweak wording. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1732521 13f79535-47bb-0310-9956-ffa450edef68 --- 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,