From: Josh Soref Date: Sun, 13 Jun 2021 21:33:56 +0000 (-0400) Subject: spelling: number X-Git-Tag: 1.8.0-rc.1~25^2~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b42bac7e5a4051eeb98e2e5912e8ed239a107285;p=thirdparty%2Fldns.git spelling: number Signed-off-by: Josh Soref --- diff --git a/pcat/pcat-diff.c b/pcat/pcat-diff.c index 3f1e239b..127c5f8d 100644 --- a/pcat/pcat-diff.c +++ b/pcat/pcat-diff.c @@ -392,7 +392,7 @@ usage(FILE *fp) fprintf(fp, " 2. hex dump\t\tquery in hex, network order\n"); fprintf(fp, " 3. hex dump\t\tanswer of FILE 1 in hex, network order\n"); fprintf(fp, " 4. hex dump\t\tanswer of FILE 2 in hex, network order\n\n"); - fprintf(fp, " If a difference in the query is spotted the sequence nmuber\n"); + fprintf(fp, " If a difference in the query is spotted the sequence number\n"); fprintf(fp, " is prefixed by a 'q: ' and the query data is printed:\n"); fprintf(fp, " 1. q: xxx:yyy\tdecimal sequence numbers\n"); fprintf(fp, " 2. hex dump\t\tquery in hex, network order\n");