proxy: fix typo in documentation

This commit is contained in:
Patrick Steinhardt 2016-11-01 16:55:16 +01:00
parent 41ad9ebfad
commit 6502398f96

View File

@ -19,7 +19,7 @@ typedef enum {
/**
* Do not attempt to connect through a proxy
*
* If built against lbicurl, it itself may attempt to connect
* If built against libcurl, it itself may attempt to connect
* to a proxy if the environment variables specify it.
*/
GIT_PROXY_NONE,