aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-04 06:52:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-04 06:52:26 +0000
commit0eb037a8497b483ad0438fc136e2e8a7b44c9f47 (patch)
treede7c204ea94aece3ad14fd5bd4e547470123165f /lib/Makefile.am
parent5a089f6c1f404bcfe70d0c5d405277ad2cdf5f63 (diff)
spellfix in the generated comment by Kevin Roth
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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