From: Josh Soref Date: Sun, 13 Jun 2021 21:34:29 +0000 (-0400) Subject: spelling: recursive X-Git-Tag: 1.8.0-rc.1~25^2~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbbcf3c898fb9ac4962b9a9bdbaa421439917d4e;p=thirdparty%2Fldns.git spelling: recursive Signed-off-by: Josh Soref --- diff --git a/drill/drill.c b/drill/drill.c index d165b5d8..24502cbb 100644 --- a/drill/drill.c +++ b/drill/drill.c @@ -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 \tuse as the buffer size (defaults to 512 b)\n"); - fprintf(stream, "\t-c \tuse file for rescursive nameserver configuration" + fprintf(stream, "\t-c \tuse file for recursive nameserver configuration" "\n\t\t\t(/etc/resolv.conf)\n"); fprintf(stream, "\t-k \tspecify a file that contains a trusted DNSSEC key [**]\n"); fprintf(stream, "\t\t\tUsed to verify any signatures in the current answer.\n");