diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-04 06:52:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-04 06:52:26 +0000 |
commit | 0eb037a8497b483ad0438fc136e2e8a7b44c9f47 (patch) | |
tree | de7c204ea94aece3ad14fd5bd4e547470123165f | |
parent | 5a089f6c1f404bcfe70d0c5d405277ad2cdf5f63 (diff) |
spellfix in the generated comment by Kevin Roth
-rw-r--r-- | lib/Makefile.am | 2 |
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 |