From 27302abb9467f21a481fcc6b8eca53d34e04373b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 7 Nov 2016 10:36:23 +0100 Subject: s/cURL/curl We're mostly saying just "curl" in lower case these days so here's a big cleanup to adapt to this reality. A few instances are left as the project could still formally be considered called cURL. --- docs/examples/sessioninfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/sessioninfo.c') diff --git a/docs/examples/sessioninfo.c b/docs/examples/sessioninfo.c index 11c87cd1b..024a0e12d 100644 --- a/docs/examples/sessioninfo.c +++ b/docs/examples/sessioninfo.c @@ -24,7 +24,7 @@ * */ -/* Note that this example currently requires cURL to be linked against +/* Note that this example currently requires curl to be linked against GnuTLS (and this program must also be linked against -lgnutls). */ #include -- cgit v1.2.3