You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2016/02/26 18:02:39 UTC

svn commit: r1732521 - /httpd/httpd/trunk/include/http_protocol.h

Author: jorton
Date: Fri Feb 26 17:02:38 2016
New Revision: 1732521

URL: http://svn.apache.org/viewvc?rev=1732521&view=rev
Log:
* include/http_protocol.h: Tweak wording.

Modified:
    httpd/httpd/trunk/include/http_protocol.h

Modified: httpd/httpd/trunk/include/http_protocol.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/http_protocol.h?rev=1732521&r1=1732520&r2=1732521&view=diff
==============================================================================
--- httpd/httpd/trunk/include/http_protocol.h (original)
+++ httpd/httpd/trunk/include/http_protocol.h Fri Feb 26 17:02:38 2016
@@ -762,7 +762,7 @@ AP_DECLARE_HOOK(int,protocol_propose,(co
  * @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
  * @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,