From 0eb037a8497b483ad0438fc136e2e8a7b44c9f47 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 Nov 2003 06:52:26 +0000 Subject: [PATCH] spellfix in the generated comment by Kevin Roth --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 0c3d8a24a..129c6d4f2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -96,7 +96,7 @@ $(srcdir)/ca-bundle.h: Makefile.in Makefile @if test -f $@; then \ chmod 0644 $@; \ fi - echo "/* The file is generated automaticly */" > $@ + echo "/* This file is generated automatically */" > $@ if CABUNDLE echo '#define CURL_CA_BUNDLE @CURL_CA_BUNDLE@' >> $@ else