]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: recursive
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:34:29 +0000 (17:34 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:15 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
drill/drill.c

index d165b5d830e60b4dfcf6f4f1bdf0840e2592144d..24502cbbd9fcf37deb837ace8397fa94364f8e76 100644 (file)
@@ -59,7 +59,7 @@ usage(FILE *stream, const char *progname)
        fprintf(stream, "\t-6\t\tstay on ip6\n");
        fprintf(stream, "\t-a\t\tfallback to EDNS0 and TCP if the answer is truncated\n");
        fprintf(stream, "\t-b <bufsize>\tuse <bufsize> as the buffer size (defaults to 512 b)\n");
-       fprintf(stream, "\t-c <file>\tuse file for rescursive nameserver configuration"
+       fprintf(stream, "\t-c <file>\tuse file for recursive nameserver configuration"
                        "\n\t\t\t(/etc/resolv.conf)\n");
        fprintf(stream, "\t-k <file>\tspecify a file that contains a trusted DNSSEC key [**]\n");
        fprintf(stream, "\t\t\tUsed to verify any signatures in the current answer.\n");