]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
spellfix in the generated comment by Kevin Roth
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Nov 2003 06:52:26 +0000 (06:52 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Nov 2003 06:52:26 +0000 (06:52 +0000)
lib/Makefile.am

index 0c3d8a24a3966e9c60170089860f2c517202dbe1..129c6d4f26169a5cb9c0df416797c7c4a26e7ee6 100644 (file)
@@ -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