]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
renamed tools to progs and typo
authorMiek Gieben <miekg@NLnetLabs.nl>
Wed, 31 Aug 2005 08:35:34 +0000 (08:35 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Wed, 31 Aug 2005 08:35:34 +0000 (08:35 +0000)
Makefile.in
keygen.c

index 570f0631e02554850a191a0509f8250e13edb1fe..bd7267a2af8498d7ffe52141900dbde97e2c54fc 100644 (file)
@@ -70,8 +70,8 @@ LINK_LIB      = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS)
 
 all:           lib
 
-progs:         $(PROG_TARGETS)
-       
+tools:         $(PROG_TARGETS)
+
 lib:           $(LIBDNS_OBJECTS) b64_pton$U.o b64_ntop$U.o
                $(LINK_LIB) -o libldns.la $(LIBDNS_LOBJECTS) b64_pton$U.lo b64_ntop$U.lo \
                -rpath $(prefix)/lib
index f57efa822ea787fa547037b9335fb1aec2a0c5bf..970f597dd823f04b62cb2fe79b21018b240dc674 100644 (file)
--- a/keygen.c
+++ b/keygen.c
@@ -19,7 +19,7 @@ usage(FILE *fp, char *prog) {
        fprintf(fp, "  -b <bits>\tspecify the keylength\n");
        fprintf(fp, "  The public key is printed to stdout\n");
        fprintf(fp, "  The private key is printed to stderr\n");
-       fprintf(fp, "\nWARING, WARNING, this program does NOT use a good random source for the key generation.\nUse at your OWN RISK\n\n");
+       fprintf(fp, "\nWARNING, WARNING, this program does NOT use a good random source for the key generation.\nUse at your OWN RISK\n\n");
 }
 
 int