Commit 6502398f9643442f28a91ecad0a3695bb9ea5ec0

Patrick Steinhardt 2016-11-01T16:55:16

proxy: fix typo in documentation

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/proxy.h b/include/git2/proxy.h
index dcd6156..194cbb6 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,