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. --- src/Makefile.Watcom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.Watcom') diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index f1ddc29fa..25cd3bf88 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -22,7 +22,7 @@ #*************************************************************************** # -# Watcom / OpenWatcom / Win32 makefile for cURL. +# Watcom / OpenWatcom / Win32 makefile for curl. # .ERASE @@ -156,7 +156,7 @@ RESOURCE = $(OBJ_DIR)/curl.res DIRS = $(OBJ_DIR) all: tool_hugehelp.c $(DIRS) $(TARGETS) .SYMBOLIC - @echo Welcome to cURL + @echo Welcome to curl clean: .SYMBOLIC -rm -f $(OBJS) -- cgit v1.2.3