From 6502398f9643442f28a91ecad0a3695bb9ea5ec0 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Tue, 1 Nov 2016 16:55:16 +0100 Subject: [PATCH] proxy: fix typo in documentation --- include/git2/proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/proxy.h b/include/git2/proxy.h index dcd615633..194cbb651 100644 --- a/include/git2/proxy.h +++ b/include/git2/proxy.h @@ -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,