summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2016-05-27 10:20:35 +0300
committerCarlos Martín Nieto <cmn@dwim.me>2016-10-01 17:40:35 +0200
commit68227c431a4ff07fc4b3272b035395949fae8036 (patch)
tree66f504f5ffeb394c9ce217308338c460fcc5ef36
parent85ef6ec5f02b15163b10ad9153516d7fb3e42990 (diff)
downloadlibgit2-68227c431a4ff07fc4b3272b035395949fae8036.tar.gz
Update CMakeLists.txt
typo fix
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c9d72d331..fd683073b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@ OPTION( USE_ICONV "Link with and use iconv library" OFF )
OPTION( USE_SSH "Link with libssh to enable SSH support" ON )
OPTION( USE_GSSAPI "Link with libgssapi for SPNEGO auth" OFF )
OPTION( VALGRIND "Configure build for valgrind" OFF )
-OPTION( CURL "User curl for HTTP if available" ON)
+OPTION( CURL "Use curl for HTTP if available" ON)
OPTION( DEBUG_POOL "Enable debug pool allocator" OFF )
IF(DEBUG_POOL)