summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohan Herland <johan@herland.net>2008-06-15 10:14:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-06-15 20:35:10 (GMT)
commit8da1e21231a039889507f4d727882bd0a64e5b95 (patch)
tree4f839f2416a22f2e5bde99422ef257b42304759e /Makefile
parentb96317f38ffea4a869aa5e61e435cf61dc72349d (diff)
downloadgit-8da1e21231a039889507f4d727882bd0a64e5b95.zip
git-8da1e21231a039889507f4d727882bd0a64e5b95.tar.gz
git-8da1e21231a039889507f4d727882bd0a64e5b95.tar.bz2
Consistency: Use "libcurl" instead of "cURL library" and "curl"
Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1937507..06ebebe 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ all::
# Define NO_OPENSSL environment variable if you do not have OpenSSL.
# This also implies MOZILLA_SHA1.
#
-# Define NO_CURL if you do not have curl installed. git-http-pull and
+# Define NO_CURL if you do not have libcurl installed. git-http-pull and
# git-http-push are not built, and you cannot use http:// and https://
# transports.
#