]> git.proxmox.com Git - libgit2.git/blobdiff - src/transports/httpclient.h
New upstream version 1.3.0+dfsg.1
[libgit2.git] / src / transports / httpclient.h
index 2a83bee3eb891ff8fb3c67f9f3867a4d3a751f08..6d0ef9edbf4bb2022c039a740561c1f89e35f645 100644 (file)
@@ -90,7 +90,7 @@ extern int git_http_client_new(
 
 /*
  * Sends a request to the host specified by the request URL.  If the
- * method is POST, either the the content_length or the chunked flag must
+ * method is POST, either the content_length or the chunked flag must
  * be specified.  The body should be provided in subsequent calls to
  * git_http_client_send_body.
  *