]> granicus.if.org Git - apache/commitdiff
* include/http_protocol.h: Tweak wording.
authorJoe Orton <jorton@apache.org>
Fri, 26 Feb 2016 17:02:38 +0000 (17:02 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 26 Feb 2016 17:02:38 +0000 (17:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1732521 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index 34d62ad29afcd64b50fd26cc060c301529ad3b7f..a9a06b05821d5e12ed5fc0b2a547cf150ace33ba 100644 (file)
@@ -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,