From cdc296f5559d42ef759982148c06f5587040341d Mon Sep 17 00:00:00 2001 From: David Griffith Date: Tue, 12 Mar 2019 05:23:40 -0700 Subject: [PATCH] Caps nit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2044f9c..f623b83 100644 --- a/Makefile +++ b/Makefile @@ -199,7 +199,7 @@ install-inetd: install-files install-docs install-root echo update-inetd install worked ; \ else if grep '^gopher' $(INETD) >/dev/null 2>&1 ; then \ echo "::::: gopher entry in $(INETD) already present -- please check! :::::"; \ - else echo "trying to add gopher entry to $(INETD)" ; \ + else echo "Trying to add gopher entry to $(INETD)" ; \ echo "$(INETLIN)" >> $(INETD) ; \ if [ -r $(INETPID) ] ; then kill -HUP `cat $(INETPID)` ; \ else echo "::::: no PID for inetd found, not restarted -- please check! :::::" ; fi ; \