summaryrefslogtreecommitdiff
path: root/lib/amigaos.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-10-18 13:59:54 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-10-18 13:59:54 +0200
commit0f1996321f110de3de37776f1fab64f5dbfdaa92 (patch)
tree82c0f27d3e64575b3a768911dd0952346859c11b /lib/amigaos.c
parent88753c1e8999f26febfd56bac9e6d3487006d1bd (diff)
downloadcurl-0f1996321f110de3de37776f1fab64f5dbfdaa92.tar.gz
s/cURL/curl
The tool was never called cURL, only the project. But even so, we have more and more over time switched to just use lower case.
Diffstat (limited to 'lib/amigaos.c')
-rw-r--r--lib/amigaos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/amigaos.c b/lib/amigaos.c
index 5591d2220..4f55b30e7 100644
--- a/lib/amigaos.c
+++ b/lib/amigaos.c
@@ -57,7 +57,7 @@ bool Curl_amiga_init()
}
if(SocketBaseTags(SBTM_SETVAL(SBTC_ERRNOPTR(sizeof(errno))), (ULONG) &errno,
- SBTM_SETVAL(SBTC_LOGTAGPTR), (ULONG) "cURL",
+ SBTM_SETVAL(SBTC_LOGTAGPTR), (ULONG) "curl",
TAG_DONE)) {
__request("SocketBaseTags ERROR");
return FALSE;