summaryrefslogtreecommitdiff
path: root/docs/examples/multi-uv.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-11-07 10:36:23 +0100
committerng0 <ng0@infotropique.org>2017-08-22 15:10:29 +0000
commite600543db8b9442e4a9cf79069240cf94c4bf4bb (patch)
treeb065d201ce8459380c2c603f6d6d1fa665f4ec11 /docs/examples/multi-uv.c
parentbd441c51c0170b288c9a265c3904b63d4b84d9cc (diff)
downloadgnurl-e600543db8b9442e4a9cf79069240cf94c4bf4bb.tar.gz
gnurl-e600543db8b9442e4a9cf79069240cf94c4bf4bb.tar.bz2
gnurl-e600543db8b9442e4a9cf79069240cf94c4bf4bb.zip
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.
Diffstat (limited to 'docs/examples/multi-uv.c')
-rw-r--r--docs/examples/multi-uv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/multi-uv.c b/docs/examples/multi-uv.c
index 358200ec2..c0228945d 100644
--- a/docs/examples/multi-uv.c
+++ b/docs/examples/multi-uv.c
@@ -210,7 +210,7 @@ int main(int argc, char **argv)
return 0;
if(curl_global_init(CURL_GLOBAL_ALL)) {
- fprintf(stderr, "Could not init cURL\n");
+ fprintf(stderr, "Could not init curl\n");
return 1;
}