summaryrefslogtreecommitdiff
path: root/include/http_protocol.h
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2016-02-26 17:02:38 +0000
committerJoe Orton <jorton@apache.org>2016-02-26 17:02:38 +0000
commitb6a4217bad6e1aadefd6eaaf19517697197f21ac (patch)
tree33da558d89b73afabb699fa7ea070f633a75ae0d /include/http_protocol.h
parent13e1fcebd11e68af49f722026ed29b05500986d2 (diff)
downloadhttpd-b6a4217bad6e1aadefd6eaaf19517697197f21ac.tar.gz
* include/http_protocol.h: Tweak wording.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1732521 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_protocol.h')
-rw-r--r--include/http_protocol.h4
1 files 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,